OAuthMatchEndpointContext.IsTokenEndpoint Property
Gets whether or not the endpoint is an OAuth token endpoint.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool IsTokenEndpoint { get; private set; }
public:
property bool IsTokenEndpoint {
bool get();
private: void set(bool value);
}
member IsTokenEndpoint : bool with get, private set
Public Property IsTokenEndpoint As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top