@health-samurai/aidbox-client
    Preparing search index...

    Type Alias AuthorizeResult

    Result of authorize.

    type AuthorizeResult = {
        redirectUrl: string;
        pending: PendingAuthorization;
    }
    Index

    Properties

    Properties

    redirectUrl: string

    URL the host should redirect the user-agent to.

    Pending authorization to persist before redirecting; looked up by stateNonce on callback.