IAuthenticationTokenProvider.ReceiveAsync Method

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Function ReceiveAsync ( _
    context As AuthenticationTokenReceiveContext _
) As Task
'Usage
Dim instance As IAuthenticationTokenProvider 
Dim context As AuthenticationTokenReceiveContext 
Dim returnValue As Task 

returnValue = instance.ReceiveAsync(context)
Task ReceiveAsync(
    AuthenticationTokenReceiveContext context
)
Task^ ReceiveAsync(
    AuthenticationTokenReceiveContext^ context
)
abstract ReceiveAsync : 
        context:AuthenticationTokenReceiveContext -> Task
function ReceiveAsync(
    context : AuthenticationTokenReceiveContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

IAuthenticationTokenProvider Interface

Microsoft.Owin.Security.Infrastructure Namespace