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


client_secret

client_secret: string

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

Defined in

api.ts:793


code

code: string

The authorization code received from the.

Defined in

api.ts:781


grant_type

grant_type: string

Value MUST be set to "authorization_code".

Defined in

api.ts:777


redirect_uri

redirect_uri: string

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

Defined in

api.ts:785