@getalby/sdk
    Preparing search index...

    Interface OAuth2UserOptions

    interface OAuth2UserOptions {
        callback: string;
        client_id: string;
        client_secret?: string;
        request_options?: Partial<RequestOptions>;
        scopes: OAuth2Scopes[];
        token?: Token;
        user_agent: string;
    }
    Index

    Properties

    callback: string
    client_id: string
    client_secret?: string
    request_options?: Partial<RequestOptions>
    scopes: OAuth2Scopes[]
    token?: Token
    user_agent: string