Share via


TokenExchangeResource interface

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

Properties

id

The ID of the token exchange resource.

providerId

The provider ID for the token exchange resource.

uri

The URI of the token exchange resource.

Property Details

id

The ID of the token exchange resource.

id?: string

Property Value

string

providerId

The provider ID for the token exchange resource.

providerId?: string

Property Value

string

uri

The URI of the token exchange resource.

uri?: string

Property Value

string