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

    Interface TokenExchangeInvokeResponse

    Represents the response for a token exchange invoke operation.

    interface TokenExchangeInvokeResponse {
        connectionName: string;
        failureDetail?: string;
        id?: string;
    }
    Index

    Properties

    connectionName: string

    The connection name associated with the token exchange response.

    failureDetail?: string

    (Optional) Details about any failure that occurred during the token exchange.

    id?: string

    The ID associated with the token exchange response.