SW Combine SDK
    Preparing search index...

    Interface OAuthAuthorizationOptions

    interface OAuthAuthorizationOptions {
        scopes: string[];
        state: string;
    }
    Index

    Properties

    Properties

    scopes: string[]

    OAuth scopes to request

    state: string

    State parameter for CSRF protection