Remove old getSessions and login methods from auth provider API

This commit is contained in:
Rachel Macfarlane
2020-06-15 10:56:09 -07:00
parent fcbc010e56
commit 629e1d7e16
9 changed files with 32 additions and 141 deletions

View File

@@ -6,7 +6,7 @@
'use strict';
import {
authentication,
AuthenticationSession2,
AuthenticationSession,
CancellationToken,
Disposable,
Event,
@@ -336,7 +336,7 @@ interface SearchQueryResults {
}
class GitHubApi {
constructor(private readonly session: AuthenticationSession2) { }
constructor(private readonly session: AuthenticationSession) { }
private _graphql: typeof graphql | undefined;
private get graphql() {