Documentation - v1.2.0-alpha.3
    Preparing search index...

    Interface TokenExchangeResource

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

    interface TokenExchangeResource {
        id?: string;
        providerId?: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the token exchange resource.

    providerId?: string

    The provider ID for the token exchange resource.

    uri?: string

    The URI of the token exchange resource.