Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UsernamePasswordCredentials

Credentials used by any AuthenticationProvider that requires tokens, for example JWT, Oauth2, OpenId Connect

Hierarchy

  • UsernamePasswordCredentials

Implements

  • any

Index

Constructors

constructor

Methods

getPassword

  • getPassword(): string
  • Returns string

getUsername

  • getUsername(): string
  • Returns string

setPassword

setUsername

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc