@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Class Auth0JWTIssuer

    Auth0 implementation of IJWTIssuer for browser/WPFE social-login flows.

    Implements

    Index

    Constructors

    Methods

    • Return the Auth0 user profile for the current browser session.

      Type Parameters

      • TUser extends Record<string, unknown> = Record<string, unknown>

      Returns Promise<TUser | undefined>

    • Return whether Auth0 currently has an authenticated browser session.

      Returns Promise<boolean>

    • Request a fresh Auth0 access token bound to the provided operation challenge.

      Parameters

      • challenge: string

      Returns Promise<string>

    • Log out the Auth0 browser session.

      Parameters

      • Optionaloptions: LogoutOptions

      Returns Promise<void>