oidc-react • Docs
oidc-react / AuthProviderSignOutProps
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.
const config = {
signOutRedirect: {
state: 'abrakadabra',
},
};