@valon-technologies/gestalt
    Preparing search index...

    Input passed to an authentication provider's beginLogin handler.

    interface BeginLoginRequest {
        callbackUrl: string;
        hostState: string;
        scopes: string[];
        options: Record<string, string>;
    }
    Index

    Properties

    callbackUrl: string
    hostState: string
    scopes: string[]
    options: Record<string, string>