CDP Frontend SDK
    Preparing search index...

    Interface OAuthFlowState

    The state of an OAuth flow.

    interface OAuthFlowState {
        status?: OAuthFlowStatus;
        code?: string;
        providerType?: OAuth2ProviderType;
        flowId?: string;
        error?: string;
        errorDescription?: string;
    }
    Index

    Properties

    code?: string
    providerType?: OAuth2ProviderType
    flowId?: string
    error?: string
    errorDescription?: string