Protected
Readonly
_clientProtected
Readonly
_eventsProtected
Readonly
_iframeProtected
Readonly
_loggerProtected
Readonly
_popupProtected
Readonly
_redirectProtected
Readonly
_sessionProtected
Readonly
_silentReadonly
settingsProtected
_userGet object used to register for events raised by the UserManager
.
Get object used to access the metadata configuration of the identity provider.
Protected
_buildProtected
_loadProtected
_revokeProtected
_signinProtected
_signinProtected
_signinProtected
_signoutProtected
_signoutProtected
_signoutProtected
_useDynamically generates a DPoP proof for a given user, URL and optional Http method. This method is useful when you need to make a request to a resource server with fetch or similar, and you need to include a DPoP proof in a DPoP header.
The URL to generate the DPoP proof for
The user to generate the DPoP proof for
Optional
httpMethod: stringOptional, defaults to "GET"
Optional
nonce: stringOptional nonce provided by the resource server
A promise containing the DPoP proof or undefined if DPoP is not enabled/no user is found.
Notify the opening window of response (callback) from the authorization endpoint. It is recommended to use UserManager.signinCallback instead.
Optional
url: stringOptional
keepOpen: booleanA promise
Process the response (callback) from the authorization endpoint. It is recommended to use UserManager.signinCallback instead.
Optional
url: stringA promise containing the authenticated User
.
Notify the parent window of response (callback) from the authorization endpoint. It is recommended to use UserManager.signinCallback instead.
Optional
url: stringA promise
Process any response (callback) from the end session endpoint, by dispatching the request_type and executing one of the following functions:
Optional
url: stringOptional
keepOpen: booleanProcess response (callback) from the end session endpoint from a popup window. It is recommended to use UserManager.signoutCallback instead.
Optional
url: stringOptional
keepOpen: booleanA promise
Process response (callback) from the end session endpoint. It is recommended to use UserManager.signoutCallback instead.
Optional
url: stringA promise containing signout response
Notify the parent window of response (callback) from the end session endpoint. It is recommended to use UserManager.signoutCallback instead.
Optional
url: stringA promise
Get the settings used to configure the
UserManager
.