@triveria/wallet / Exports / Oauth2AccessTokenRequest
Interface: Oauth2AccessTokenRequest
Export
Oauth2AccessTokenRequest
Table of contents
Properties
Properties
client_id
• client_id: string
REQUIRED, if the client is not authenticating with the authorization server.
Memberof
Oauth2AccessTokenRequest
Defined in
client_secret
• client_secret: string
REQUIRED, if the client is not authenticating with the authorization server.
Memberof
Oauth2AccessTokenRequest
Defined in
code
• code: string
The authorization code received from the.
Memberof
Oauth2AccessTokenRequest
Defined in
grant_type
• grant_type: string
Value MUST be set to "authorization_code".
Memberof
Oauth2AccessTokenRequest
Defined in
redirect_uri
• redirect_uri: string
REQUIRED, if the "redirect_uri" parameter was included in the authorization request.
Memberof
Oauth2AccessTokenRequest