ITokenCache interface
Metoder
| load |
API för att sidinläsa token till MSAL-cache |
Metodinformation
loadExternalTokens(SilentRequest, ExternalTokenResponse, LoadTokenOptions)
API för att sidinläsa token till MSAL-cache
function loadExternalTokens(request: SilentRequest, response: ExternalTokenResponse, options: LoadTokenOptions): Promise<AuthenticationResult>
Parametrar
- request
- SilentRequest
- response
- ExternalTokenResponse
- options
- LoadTokenOptions
Returer
Promise<AuthenticationResult>
AuthenticationResult för svaret som lästes in.