OAuthBearerAuthenticationOptions.AccessTokenProvider Property
Gets the access token provider.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property AccessTokenProvider As IAuthenticationTokenProvider
Get
Set
'Usage
Dim instance As OAuthBearerAuthenticationOptions
Dim value As IAuthenticationTokenProvider
value = instance.AccessTokenProvider
instance.AccessTokenProvider = value
public IAuthenticationTokenProvider AccessTokenProvider { get; set; }
public:
property IAuthenticationTokenProvider^ AccessTokenProvider {
IAuthenticationTokenProvider^ get ();
void set (IAuthenticationTokenProvider^ value);
}
member AccessTokenProvider : IAuthenticationTokenProvider with get, set
function get AccessTokenProvider () : IAuthenticationTokenProvider
function set AccessTokenProvider (value : IAuthenticationTokenProvider)
Property Value
Type: Microsoft.Owin.Security.Infrastructure.IAuthenticationTokenProvider
The access token provider.