SW Combine SDK
    Preparing search index...

    Interface OAuthClientConfig

    interface OAuthClientConfig {
        accessType?: AccessType;
        clientId: string;
        clientSecret: string;
        redirectUri?: string;
        renewPreviouslyGranted?: boolean;
    }
    Index

    Properties

    accessType?: AccessType
    clientId: string
    clientSecret: string
    redirectUri?: string
    renewPreviouslyGranted?: boolean

    Whether to renew previously granted permissions