auth.provider API
Preparing search index...
@o3co/auth-provider-session
EndSessionRequest
Interface EndSessionRequest
Arguments for an OIDC RP-Initiated Logout (end-session) request. Unchanged from v0.3.x.
interface
EndSessionRequest
{
idTokenHint
?:
string
;
postLogoutRedirectUri
?:
string
;
state
?:
string
;
}
Index
Properties
id
Token
Hint?
post
Logout
Redirect
Uri?
state?
Properties
Optional
id
Token
Hint
idTokenHint
?:
string
Optional
post
Logout
Redirect
Uri
postLogoutRedirectUri
?:
string
Optional
state
state
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
Token
Hint
post
Logout
Redirect
Uri
state
auth.provider API
Loading...
Arguments for an OIDC RP-Initiated Logout (end-session) request. Unchanged from v0.3.x.