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:744


client_secret

client_secret: string

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

Defined in

api.ts:748


code

code: string

The authorization code received from the.

Defined in

api.ts:736


grant_type

grant_type: string

Value MUST be set to "authorization_code".

Defined in

api.ts:732


redirect_uri

redirect_uri: string

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

Defined in

api.ts:740