Oauth2.0 Password grant client Note: We are only supporting public clients for password grant and for purely testing purposes

Hierarchy

  • BaseClient
    • UsernamePasswordClient

Constructors

Properties

authority: Authority
logger: Logger

Methods

  • Creates query string for the /token request

    Parameters

    Returns string

  • Updates the authority object of the client. Endpoint discovery must be completed.

    Parameters

    • updatedAuthority: Authority

    Returns void

Generated using TypeDoc