Share via


OAuthMatchEndpointContext.IsTokenEndpoint Property

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

Syntax

'Declaration
Public Property IsTokenEndpoint As Boolean 
    Get 
    Private Set
'Usage
Dim instance As OAuthMatchEndpointContext 
Dim value As Boolean 

value = instance.IsTokenEndpoint
public bool IsTokenEndpoint { get; private set; }
public:
property bool IsTokenEndpoint {
    bool get ();
    private: void set (bool value);
}
member IsTokenEndpoint : bool with get, private set
function get IsTokenEndpoint () : boolean 
private function set IsTokenEndpoint (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

OAuthMatchEndpointContext Class

Microsoft.Owin.Security.OAuth Namespace