IAuthenticationTokenProvider Interface

 

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

Syntax

public interface IAuthenticationTokenProvider
public interface class IAuthenticationTokenProvider
type IAuthenticationTokenProvider = interface end
Public Interface IAuthenticationTokenProvider

Methods

Name Description
System_CAPS_pubmethod Create(AuthenticationTokenCreateContext)

System_CAPS_pubmethod CreateAsync(AuthenticationTokenCreateContext)

System_CAPS_pubmethod Receive(AuthenticationTokenReceiveContext)

System_CAPS_pubmethod ReceiveAsync(AuthenticationTokenReceiveContext)

See Also

Microsoft.Owin.Security.Infrastructure Namespace

Return to top