Optional
acr_Optional
audienceOptional
authOptional
autoOptional
checkEnable/Disable session monitoring.
Optional
checkSession checking interval in milliseconds. Defaults to 2000
Optional
claimsOptional
claims_Optional
client_Optional
clockThe amount of clock skew tolerated for time comparisons between the Authorization server and client in seconds.
Optional
code_Optional
code_Optional
code_Optional
currentCustom 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.
Optional
displayOptional
endpointsOptional
extraOptional
extraOptional
fragmentOptional
httpOptional
id_Optional
idAdditional 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
Optional
login_Optional
nonceOptional
nonceGenerated nonce length. Defaults to 10
Optional
post_Optional
promptOptional
redirect_Optional
registrationOptional
requestFetch user profile by using UserInfo Request after successful authorization. Usually this wouldn't not be necessary if id token is received.
Optional
response_Optional
response_Optional
scopeOptional
secondsThe number of seconds before an access token is to expire to renew it automatically. Related to autoSilentRenew
Optional
silent_Optional
silentNumber of seconds to wait for the silent renew to return before assuming it has failed or timed out (default: 10). Related to autoSilentRenew
Optional
stateOptional
stateGenerated state length. Defaults to 10
Optional
stateCustom state store. See StateStore
Optional
ui_Optional
useIf true
, refresh tokens will be used for renewing access token. If false
, authorization request will be
performed silently in an iframe.
Optional
web_Optional
web_
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