IIdentityServerProvider
Defined in: src/@types/IIdentityServerProvider.ts:17
Methods
Section titled “Methods”getAccessToken()
Section titled “getAccessToken()”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.
Returns
Section titled “Returns”Promise<string | null>
Promise which resolves to the access token.