@synonymdev/pubky
    Preparing search index...

    Class SigninGrantDeepLink

    Parsed grant-based signin deeplink.

    This is useful for tools, tests, and signer UIs that need to inspect a pubky://signin-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.

    secret: Uint8Array

    Relay channel secret embedded in the deeplink.

    Treat this as sensitive temporary auth-flow material.

    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 signin deeplink URL.

      Parameters

      • url: string

      Returns SigninGrantDeepLink

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