IAuthenticationTokenProvider Interface
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Interface IAuthenticationTokenProvider
'Usage
Dim instance As IAuthenticationTokenProvider
public interface IAuthenticationTokenProvider
public interface class IAuthenticationTokenProvider
type IAuthenticationTokenProvider = interface end
public interface IAuthenticationTokenProvider
The IAuthenticationTokenProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | ||
CreateAsync | ||
Receive | ||
ReceiveAsync |
Top