Compartir a través de


AuthenticationTokenProvider.ReceiveAsync Method (AuthenticationTokenReceiveContext)

 

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

Syntax

public virtual Task ReceiveAsync(
    AuthenticationTokenReceiveContext context
)
public:
virtual Task^ ReceiveAsync(
    AuthenticationTokenReceiveContext^ context
)
abstract ReceiveAsync : 
        context:AuthenticationTokenReceiveContext -> Task
override ReceiveAsync : 
        context:AuthenticationTokenReceiveContext -> Task
Public Overridable Function ReceiveAsync (
    context As AuthenticationTokenReceiveContext
) As Task

Return Value

Type: System.Threading.Tasks.Task

Implements

IAuthenticationTokenProvider.ReceiveAsync(AuthenticationTokenReceiveContext)

See Also

AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top