IAuthenticationTokenProvider.CreateAsync Method (AuthenticationTokenCreateContext)
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
Task CreateAsync(
AuthenticationTokenCreateContext context
)
Task^ CreateAsync(
AuthenticationTokenCreateContext^ context
)
abstract CreateAsync :
context:AuthenticationTokenCreateContext -> Task
Function CreateAsync (
context As AuthenticationTokenCreateContext
) As Task
Return Value
Type: System.Threading.Tasks.Task
See Also
IAuthenticationTokenProvider Interface
Microsoft.Owin.Security.Infrastructure Namespace
Return to top