Skip to main content

@triveria/wallet / Exports / Oauth2AccessTokenRequest

Interface: Oauth2AccessTokenRequest

Table of contents

Properties

Properties

client_id

client_id: string

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

Defined in

api.ts:802


client_secret

client_secret: string

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

Defined in

api.ts:806


code

code: string

The authorization code received from the.

Defined in

api.ts:794


grant_type

grant_type: string

Value MUST be set to "authorization_code".

Defined in

api.ts:790


redirect_uri

redirect_uri: string

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

Defined in

api.ts:798