Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Oauth2Credentials

Credentials specific to the OAuth2Auth provider

Hierarchy

  • Oauth2Credentials

Implements

  • any

Index

Constructors

constructor

Methods

addScope

  • Parameters

    • scopes: string

    Returns Oauth2Credentials

getAssertion

  • getAssertion(): string
  • Returns string

getCode

  • getCode(): string
  • Returns string

getCodeVerifier

  • getCodeVerifier(): string
  • Returns string

getFlow

  • Returns OAuth2FlowType

getJwt

  • getJwt(): {}
  • Returns {}

    • [key: string]: any

getPassword

  • getPassword(): string
  • Returns string

getRedirectUri

  • getRedirectUri(): string
  • Returns string

getScopes

  • getScopes(): string[]
  • Returns string[]

getUsername

  • getUsername(): string
  • Returns string

setAssertion

  • Parameters

    • assertion: string

    Returns Oauth2Credentials

setCode

  • Parameters

    • code: string

    Returns Oauth2Credentials

setCodeVerifier

  • Parameters

    • codeVerifier: string

    Returns Oauth2Credentials

setFlow

setJwt

  • Parameters

    • jwt: {}
      • [key: string]: any

    Returns Oauth2Credentials

setPassword

  • Parameters

    • password: string

    Returns Oauth2Credentials

setRedirectUri

  • Parameters

    • redirectUri: string

    Returns Oauth2Credentials

setScopes

  • Parameters

    • scopes: string[]

    Returns Oauth2Credentials

setUsername

  • Parameters

    • username: string

    Returns Oauth2Credentials

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc