Optionalacr_OptionalaudienceOptionalauthOptionalautoOptionalcheckEnable/Disable session monitoring.
OptionalcheckSession checking interval in milliseconds. Defaults to 2000
OptionalclaimsOptionalclaims_Optionalclient_OptionalclockThe amount of clock skew tolerated for time comparisons between the Authorization server and client in seconds.
Optionalcode_Optionalcode_Optionalcode_OptionalcurrentCustom current time function to be used for time related operations. If client clock is far ahead or far before from authorization server's time, token validations will fail. If any Network Time Protocol service used, use this method to provide current time to the library.
OptionaldisplayOptionalendpointsOptionalextraOptionalextraOptionalfragmentOptionalhttpOptionalid_OptionalidAdditional id token validator. By default only payload fields validated. If you need additional validations, like signature validation, you should implement and provide it with this option.
raw id token string
Optionallogin_OptionalnonceOptionalnonceGenerated nonce length. Defaults to 10
Optionalpost_OptionalpromptOptionalredirect_OptionalregistrationOptionalrequestFetch user profile by using UserInfo Request after successful authorization. Usually this wouldn't not be necessary if id token is received.
Optionalresponse_Optionalresponse_OptionalscopeOptionalsecondsThe number of seconds before an access token is to expire to renew it automatically. Related to autoSilentRenew
Optionalsilent_OptionalsilentNumber of seconds to wait for the silent renew to return before assuming it has failed or timed out (default: 10). Related to autoSilentRenew
OptionalstateOptionalstateGenerated state length. Defaults to 10
OptionalstateCustom state store. See StateStore
Optionalui_OptionaluseIf true, refresh tokens will be used for renewing access token. If false, authorization request will be
performed silently in an iframe.
Optionalweb_Optionalweb_
Enable/disable automatic access token renewal. If enabled, access tokens will be refreshed by using silent login in an iframe before they expire.
Also see secondsToRefreshAccessTokenBeforeExp