AuthenticateRequestResult Class
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.
The result from a call to authenticate a Bot Framework Protocol request.
public class AuthenticateRequestResult
type AuthenticateRequestResult = class
Public Class AuthenticateRequestResult
- Inheritance
-
AuthenticateRequestResult
Constructors
AuthenticateRequestResult() |
Properties
Audience |
Gets or sets a value for the Audience. |
CallerId |
Gets or sets a value for the CallerId. |
ClaimsIdentity |
Gets or sets a value for the ClaimsIdentity. |
ConnectorFactory |
Gets or sets a value for the ConnectorFactory. |