Share via


TokenExchangeRequest interface

Represents a request for exchanging tokens. This interface defines the structure of a token exchange request, including the URI, token, and ID.

Properties

token

The token to be exchanged.

uri

The URI for the token exchange request.

Property Details

token

The token to be exchanged.

token?: string

Property Value

string

uri

The URI for the token exchange request.

uri?: string

Property Value

string