JwtBearerAuthenticationOptions Constructor

Initializes a new instance of the JwtBearerAuthenticationOptions class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New JwtBearerAuthenticationOptions()
public JwtBearerAuthenticationOptions()
public:
JwtBearerAuthenticationOptions()
new : unit -> JwtBearerAuthenticationOptions
public function JwtBearerAuthenticationOptions()

See Also

Reference

JwtBearerAuthenticationOptions Class

Microsoft.Owin.Security.Jwt Namespace