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

    Interface AdaptiveCardAuthentication

    Represents the authentication information for an adaptive card.

    interface AdaptiveCardAuthentication {
        connectionName: string;
        id: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    connectionName: string

    The name of the connection.

    id: string

    The unique identifier for the request.

    token: string

    The token to be exchanged.