@synonymdev/pubky
    Preparing search index...

    Class SignupGrantDeepLink

    Parsed grant-based signup deeplink.

    This is useful for tools, tests, and signer UIs that need to inspect a pubky://signup-grant authorization URL before approving it.

    Index
    baseRelayUrl: string

    Base HTTP relay inbox URL used by this auth request.

    capabilities: string

    Capabilities requested by the application.

    clientId: string

    Application identifier shown in the user's grant/session list.

    clientPublicKey: PublicKey

    Public key for the Proof-of-Possession client created by the application.

    homeserver: PublicKey

    Homeserver public key requested for account creation.

    secret: Uint8Array

    Relay channel secret embedded in the deeplink.

    Treat this as sensitive temporary auth-flow material.

    signupToken: string | undefined

    Optional signup token included in the request.

    xCallback: XCallbackParams

    Optional x-callback-url metadata carried by this deep link.

    • Returns void

    • Returns void

    • Serialize this parsed deeplink back to its URL form.

      Returns string

    • Parse a grant signup deeplink URL.

      Parameters

      • url: string

      Returns SignupGrantDeepLink

      InvalidInput when the URL is malformed or not a grant signup link.