Protected Readonly_clientProtected Readonly_eventsProtected Readonly_iframeProtected Readonly_loggerProtected Readonly_popupProtected Readonly_redirectProtected Readonly_sessionProtected Readonly_silentReadonlysettingsProtected_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
OptionalhttpMethod: stringOptional, defaults to "GET"
Optionalnonce: 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.
Optionalurl: stringOptionalkeepOpen: booleanA promise
Process the response (callback) from the authorization endpoint. It is recommended to use UserManager.signinCallback instead.
Optionalurl: 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.
Optionalurl: stringA promise
Process any response (callback) from the end session endpoint, by dispatching the request_type and executing one of the following functions:
Optionalurl: stringOptionalkeepOpen: booleanProcess response (callback) from the end session endpoint from a popup window. It is recommended to use UserManager.signoutCallback instead.
Optionalurl: stringOptionalkeepOpen: booleanA promise
Process response (callback) from the end session endpoint. It is recommended to use UserManager.signoutCallback instead.
Optionalurl: 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.
Optionalurl: stringA promise
Get the settings used to configure the
UserManager.