IOidcFrontendClient Interface
Beta
Interface to implement a typical frontend client
Extends
Methods
Inherited methods
Name |
Inherited from |
Description |
dispose(): void |
IDisposable |
Disposes of any resources owned by this object. |
Properties
Name |
Type |
Description |
|
hasExpired |
boolean |
Set to true if the user has signed in, but the token has expired and requires a refresh |
|
hasSignedIn |
boolean |
Set to true if signed in - the accessToken may be active or may have expired and require a refresh |
|
isAuthorized |
boolean |
Set to true if there's a current authorized user or client (in the case of agent applications). |
|
onUserStateChanged |
BeEvent<(token: AccessToken | undefined) => void> |
Event called when the user's sign-in state changes |
|
Defined in
Last Updated:
13 June, 2024