Share via


OAuthDefaults.AuthenticationType Field

Default value for AuthenticationType property in the OAuthBearerAuthenticationOptions and OAuthAuthorizationServerOptions.

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

Syntax

'Declaration
Public Const AuthenticationType As String
'Usage
Dim value As String 

value = OAuthDefaults.AuthenticationType
public const string AuthenticationType
public:
literal String^ AuthenticationType
static val mutable AuthenticationType: string
public const var AuthenticationType : String

See Also

Reference

OAuthDefaults Class

Microsoft.Owin.Security.OAuth Namespace