TokenExchangeResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TokenExchangeResource() |
Initializes a new instance of the TokenExchangeResource class. |
TokenExchangeResource(String, String, String) |
Initializes a new instance of the TokenExchangeResource class. |
TokenExchangeResource()
Initializes a new instance of the TokenExchangeResource class.
public TokenExchangeResource ();
Public Sub New ()
Applies to
TokenExchangeResource(String, String, String)
Initializes a new instance of the TokenExchangeResource class.
public TokenExchangeResource (string id = default, string uri = default, string providerId = default);
new Microsoft.Bot.Schema.TokenExchangeResource : string * string * string -> Microsoft.Bot.Schema.TokenExchangeResource
Public Sub New (Optional id As String = Nothing, Optional uri As String = Nothing, Optional providerId As String = Nothing)
Parameters
- id
- String
ID.
- uri
- String
URI.
- providerId
- String
Identity provider ID.