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

23 lines (22 loc) 646 B
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; } } export { TokenExchangeResource }; //# sourceMappingURL=token-exchange-resource.mjs.map //# sourceMappingURL=token-exchange-resource.mjs.map