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

    Response returned by an authentication provider's beginLogin handler.

    interface BeginLoginResponse {
        authorizationUrl: string;
        providerState?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    authorizationUrl: string
    providerState?: Uint8Array<ArrayBufferLike>