@synonymdev/pubky
    Preparing search index...

    Class AuthFlowKind

    The kind of authentication flow to perform. This can either be a sign in or a sign up flow.

    Index
    intent: string

    Get the intent of the authentication flow.

    Returns

    • "signin" - If the authentication flow is a sign in flow.
    • "signup" - If the authentication flow is a sign up flow.
    • Returns void

    • Returns void

    • Create a sign up flow.

      Arguments

      • homeserver_public_key - The public key of the homeserver to sign up on.
      • signup_token - The signup token to use for the signup flow. This is optional.

      Parameters

      • homeserver_public_key: PublicKey
      • Optionalsignup_token: string | null

      Returns AuthFlowKind