@synonymdev/pubky
    Preparing search index...

    Interface GrantAuthFlowOptions

    Options for starting a grant-backed pubkyauth flow.

    interface GrantAuthFlowOptions {
        clientId: string;
        relay?: string | null;
        xCallback?: XCallbackParams | null;
    }
    Index
    clientId: string

    App identifier shown in the user's grant/session list, typically a domain.

    relay?: string | null

    Optional HTTP relay base, e.g. \"https://demo.httprelay.io/inbox/\". Defaults to the default Synonym-hosted relay when omitted.

    xCallback?: XCallbackParams | null

    Optional return destinations for success, error, and cancellation.