Sdílet prostřednictvím


OAuthMatchEndpointContext.IsAuthorizeEndpoint Property

 

Gets whether or not the endpoint is an OAuth authorize endpoint.

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

Syntax

public bool IsAuthorizeEndpoint { get; private set; }
public:
property bool IsAuthorizeEndpoint {
    bool get();
    private: void set(bool value);
}
member IsAuthorizeEndpoint : bool with get, private set
Public Property IsAuthorizeEndpoint 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