Skip to main content

@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

api.ts:1500


client_secret

client_secret: string

REQUIRED, if the client is not authenticating with the authorization server.

Memberof

Oauth2AccessTokenRequest

Defined in

api.ts:1506


code

code: string

The authorization code received from the.

Memberof

Oauth2AccessTokenRequest

Defined in

api.ts:1488


grant_type

grant_type: string

Value MUST be set to "authorization_code".

Memberof

Oauth2AccessTokenRequest

Defined in

api.ts:1482


redirect_uri

redirect_uri: string

REQUIRED, if the "redirect_uri" parameter was included in the authorization request.

Memberof

Oauth2AccessTokenRequest

Defined in

api.ts:1494