This commit is contained in:
parent
b7bfb3e153
commit
ce1d22ff44
3
src/auth/external/oauth2/OAuth2Repository.ts
vendored
3
src/auth/external/oauth2/OAuth2Repository.ts
vendored
@ -1,7 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
Authenticatable,
|
Authenticatable,
|
||||||
AuthenticatableCredentials,
|
AuthenticatableCredentials,
|
||||||
AuthenticatableIdentifier,
|
|
||||||
AuthenticatableRepository,
|
AuthenticatableRepository,
|
||||||
} from '../../types'
|
} from '../../types'
|
||||||
import {Inject, Injectable} from '../../../di'
|
import {Inject, Injectable} from '../../../di'
|
||||||
@ -46,7 +45,7 @@ export class OAuth2Repository implements AuthenticatableRepository {
|
|||||||
return this.getAuthenticatableFromBearer(credentials.credential)
|
return this.getAuthenticatableFromBearer(credentials.credential)
|
||||||
}
|
}
|
||||||
|
|
||||||
getByIdentifier(id: AuthenticatableIdentifier): Awaitable<Maybe<Authenticatable>> {
|
getByIdentifier(): Awaitable<Maybe<Authenticatable>> {
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user