Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 610 Bytes

AuthProviderSignOutProps.md

File metadata and controls

32 lines (20 loc) · 610 Bytes

oidc-reactDocs


oidc-react / AuthProviderSignOutProps

Interface: AuthProviderSignOutProps

Properties

signoutRedirect?

optional signoutRedirect: unknown

Trigger a redirect of the current window to the end session endpoint

You can also provide an object. This object will be sent with the function.

Example

const config = {
 signOutRedirect: {
   state: 'abrakadabra',
 },
};

Defined in

src/auth-context-interface.ts:30