OAuth2AuthorizeRequestOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface OAuth2AuthorizeRequestOptions

    interface OAuth2AuthorizeRequestOptions {
        addScopes?: string[];
        clientScope?: string;
        codeVerifier?: string;
        login?: boolean;
        prompt?: string;
        userData?: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addScopes?: string[]
    clientScope?: string
    codeVerifier?: string
    login?: boolean
    prompt?: string
    userData?: Record<string, unknown>