Skip to content

IIdentityServerProvider

Defined in: src/@types/IIdentityServerProvider.ts:17

getAccessToken(): Promise<string | null>

Defined in: src/@types/IIdentityServerProvider.ts:23

Gets an access token for use against the identity server, for the associated client.

Promise<string | null>

Promise which resolves to the access token.