OidcAccountsMethods
@tsed/oidc-provider
Usage
typescript
import { OidcAccountsMethods } from "@tsed/oidc-provider";See /packages/security/oidc-provider/src/domain/OidcAccountsMethods.ts.
Overview
ts
interface OidcAccountsMethods {
findAccount(id: string, token: AuthorizationCode | AccessToken | DeviceCode | BackchannelAuthenticationRequest | undefined): Promise<Account | undefined>;
}findAccount
ts
findAccount(id: string, token: AuthorizationCode | AccessToken | DeviceCode | BackchannelAuthenticationRequest | undefined): Promise<Account | undefined>;