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

    Interface TokenExchangeRequest

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

    interface TokenExchangeRequest {
        token?: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    token?: string

    The token to be exchanged.

    uri?: string

    The URI for the token exchange request.