UNPKG

@microsoft/teams.cards

Version:

<p> <a href="https://www.npmjs.com/package/@microsoft/teams.cards" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.cards" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.cards?activeTab=code" ta

25 lines (23 loc) 680 B
'use strict'; class TokenExchangeResource { /** * The unique identified of this token exchange instance. */ id; /** * An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific. */ uri; /** * An identifier for the identity provider with which to attempt a token exchange. */ providerId; constructor(id, uri, providerId) { this.id = id; this.uri = uri; this.providerId = providerId; } } exports.TokenExchangeResource = TokenExchangeResource; //# sourceMappingURL=token-exchange-resource.js.map //# sourceMappingURL=token-exchange-resource.js.map