TokenRequest 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
TokenRequest() | |
TokenRequest(String, IDictionary<String,Object>) |
TokenRequest()
public TokenRequest ();
Public Sub New ()
Applies to
TokenRequest(String, IDictionary<String,Object>)
public TokenRequest (string provider = default, System.Collections.Generic.IDictionary<string,object> settings = default);
new Microsoft.Bot.Connector.TokenRequest : string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Connector.TokenRequest
Public Sub New (Optional provider As String = Nothing, Optional settings As IDictionary(Of String, Object) = Nothing)
Parameters
- provider
- String
- settings
- IDictionary<String,Object>