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 | |
---|---|---|
![]() |
Create(AuthenticationTokenCreateContext) | |
![]() |
CreateAsync(AuthenticationTokenCreateContext) | |
![]() |
Receive(AuthenticationTokenReceiveContext) | |
![]() |
ReceiveAsync(AuthenticationTokenReceiveContext) |
See Also
Microsoft.Owin.Security.Infrastructure Namespace
Return to top