Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OAuthPasswordRequest

Hierarchy

  • OAuthPasswordRequest

Index

Constructors

Properties

Constructors

constructor

  • new OAuthPasswordRequest(username: string, password: string, scope?: string): OAuthPasswordRequest
  • Parameters

    • username: string
    • password: string
    • Optional scope: string

    Returns OAuthPasswordRequest

Properties

grant_type

grant_type: string

password

password: string

Optional scope

scope: string

username

username: string

Generated using TypeDoc