UserTokenClientWrapper.GetSignInResourceAsync Method
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.
public static System.Threading.Tasks.Task<Microsoft.Agents.Core.Models.SignInResource> GetSignInResourceAsync(Microsoft.Agents.Builder.ITurnContext context, string connectionName, System.Threading.CancellationToken cancellationToken);
static member GetSignInResourceAsync : Microsoft.Agents.Builder.ITurnContext * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Agents.Core.Models.SignInResource>
Public Shared Function GetSignInResourceAsync (context As ITurnContext, connectionName As String, cancellationToken As CancellationToken) As Task(Of SignInResource)
Parameters
- context
- ITurnContext
- connectionName
- String
- cancellationToken
- CancellationToken