SW Combine SDK
    Preparing search index...

    Interface AuthorizationResult

    interface AuthorizationResult {
        error?: string;
        state?: string;
        success: boolean;
        token?: OAuthToken;
    }
    Index

    Properties

    error?: string

    Error message if failed

    state?: string

    State parameter from request

    success: boolean

    Whether authorization was successful

    token?: OAuthToken

    OAuth token if successful