AuthenticationTokenProvider.CreateAsync Method (AuthenticationTokenCreateContext)

 

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

Syntax

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

Return Value

Type: System.Threading.Tasks.Task

Implements

IAuthenticationTokenProvider.CreateAsync(AuthenticationTokenCreateContext)

See Also

AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top