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