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
Public method Create
Public method CreateAsync
Public method Receive
Public method ReceiveAsync

Top

See Also

Reference

Microsoft.Owin.Security.Infrastructure Namespace