SW Combine SDK
    Preparing search index...

    Interface OAuthCallbackQuery

    interface OAuthCallbackQuery {
        code?: string;
        error?: string;
        error_description?: string;
        state?: string;
    }
    Index

    Properties

    code?: string

    Authorization code from callback

    error?: string

    Error from callback

    error_description?: string

    Error description

    state?: string

    State parameter echoed back