Interface LogoutConfig

Configuration for standalone logout functions

interface LogoutConfig {
    clientId: string;
    logoutRedirectUri?: string;
    authenticationDomain?: string;
}

Properties

clientId: string

Your Immutable application client ID

logoutRedirectUri?: string

URL to redirect to after logout completes (must be registered in your app settings)

authenticationDomain?: string

Authentication domain (default: "https://auth.immutable.com")