- Preparing search index...
- The search index is not available
Documentation
Type alias EndSessionRequest
EndSessionRequest: Partial<Omit<CommonEndSessionRequest, "tokenQueryParameters">> & { authority?: string; onRedirectNavigate?: ((url) => boolean | void); }
Type declaration
-
Optional
authority?: string
-
Optional
onRedirectNavigate?: ((url) => boolean | void)
-
- (url): boolean | void
-
Returns boolean | void
EndSessionRequest