Represents an implementation of the IAuth interface.

Implements

Hierarchy

  • Auth

Implements

Constructors

Methods

  • Authenticates a signature against a message using Sign In With Ethereum (SIWE) Library.

    Parameters

    • message: string

      The message to authenticate.

    • signature: string

      The signature to verify against the message.

    Returns Promise<boolean>

    • A promise that resolves to true if the signature is valid, false otherwise.

Generated using TypeDoc