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

    Interface SSOInitiateResponse

    SSO initiation response from the API

    interface SSOInitiateResponse {
        authorization_url: string;
        session_id: string;
    }
    Index

    Properties

    authorization_url: string

    Authorization URL to redirect the user to

    session_id: string

    Session ID for tracking the SSO flow