@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface SSOSessionStatusResponse

    SSO session status response

    interface SSOSessionStatusResponse {
        error?: string;
        status: string;
        target?: string;
        user_id?: string;
    }
    Index

    Properties

    error?: string

    Error message if authentication failed

    status: string

    Status of the SSO session: 'pending', 'completed', 'failed', 'expired'

    target?: string

    Target platform that was requested

    user_id?: string

    User ID if authentication completed successfully