次の方法で共有


TokenExchangeResource Constructors

Definition

Overloads

TokenExchangeResource()
TokenExchangeResource(String, String, String)

Initializes a new instance of TokenExchangeResource.

TokenExchangeResource()

public TokenExchangeResource();
Public Sub New ()

Applies to

TokenExchangeResource(String, String, String)

Initializes a new instance of TokenExchangeResource.

public TokenExchangeResource(string id = default, string uri = default, string providerId = default);
new Microsoft.Agents.Core.Models.TokenExchangeResource : string * string * string -> Microsoft.Agents.Core.Models.TokenExchangeResource
Public Sub New (Optional id As String = Nothing, Optional uri As String = Nothing, Optional providerId As String = Nothing)

Parameters

id
String

A unique identifier for this token exchange instance.

uri
String

The application ID / resource identifier with which to exchange a token on behalf of.

providerId
String

The identifier of the provider with which to attempt a token exchange A value of null or empty will default to Azure Active Directory

Applies to