Backstage
    Preparing search index...

    Interface OAuthAuthenticatorLogoutResult

    interface OAuthAuthenticatorLogoutResult {
        logoutUrl?: string;
    }
    Index

    Properties

    Properties

    logoutUrl?: string

    If set, the frontend will redirect the browser to this URL after clearing the Backstage session. Use this to terminate provider-side sessions (e.g. Auth0's /v2/logout endpoint).