Skip to main content

OAuth2Grant

@auvious/common / OAuth2Grant

Class: OAuth2Grant

Static class that holds the grant type constants.

Table of contents

Constructors

Properties

Constructors

constructor

new OAuth2Grant()

Properties

PASSWORD

Static PASSWORD: string = "password"


REFRESH_TOKEN

Static REFRESH_TOKEN: string = "refresh_token"