Interface: AuthProviderSignOutProps

July 8, 2025 ยท View on GitHub

oidc-react


oidc-react / AuthProviderSignOutProps

Interface: AuthProviderSignOutProps

Defined in: auth-context-interface.ts:14

Properties

signoutRedirect?

optional signoutRedirect: unknown

Defined in: auth-context-interface.ts:30

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',
 },
};