TokenOrSignInResourceResponse 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
| TokenOrSignInResourceResponse() | |
| TokenOrSignInResourceResponse(TokenResponse, SignInResource) |
Initializes a new instance of the TokenOrSignInResourceResponse class. |
TokenOrSignInResourceResponse()
public TokenOrSignInResourceResponse();
Public Sub New ()
Applies to
TokenOrSignInResourceResponse(TokenResponse, SignInResource)
Initializes a new instance of the TokenOrSignInResourceResponse class.
public TokenOrSignInResourceResponse(Microsoft.Agents.Core.Models.TokenResponse tokenResponse = default, Microsoft.Agents.Core.Models.SignInResource signInResource = default);
new Microsoft.Agents.Core.Models.TokenOrSignInResourceResponse : Microsoft.Agents.Core.Models.TokenResponse * Microsoft.Agents.Core.Models.SignInResource -> Microsoft.Agents.Core.Models.TokenOrSignInResourceResponse
Public Sub New (Optional tokenResponse As TokenResponse = Nothing, Optional signInResource As SignInResource = Nothing)
Parameters
- tokenResponse
- TokenResponse
Token response.
- signInResource
- SignInResource
SignIn resource.