OAuthMatchEndpointContext.IsAuthorizeEndpoint Property
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property IsAuthorizeEndpoint As Boolean
Get
Private Set
'Usage
Dim instance As OAuthMatchEndpointContext
Dim value As Boolean
value = instance.IsAuthorizeEndpoint
public bool IsAuthorizeEndpoint { get; private set; }
public:
property bool IsAuthorizeEndpoint {
bool get ();
private: void set (bool value);
}
member IsAuthorizeEndpoint : bool with get, private set
function get IsAuthorizeEndpoint () : boolean
private function set IsAuthorizeEndpoint (value : boolean)
Property Value
Type: System.Boolean