Creating Plot Twists
    Preparing search index...

    Type Alias OptionalScopeGroup

    An optional OAuth scope group the user can toggle at connect time.

    type OptionalScopeGroup = {
        id: string;
        label: string;
        description?: string;
        scopes: string[];
        default: boolean;
    }
    Index

    Properties

    id: string

    Stable id used to track the user's selection.

    label: string

    Value-forward switch label, e.g. "Add names to events using contacts".

    description?: string

    Optional secondary line shown under the label.

    scopes: string[]

    The OAuth scope strings this group grants.

    default: boolean

    Whether the group is requested by default (switch on).