OAuthAuthorizationServerOptions.AuthorizeEndpointPath Property

 

The request path where client applications will redirect the user-agent in order to obtain user consent to issue a token. Must begin with a leading slash, like "/Authorize".

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

Syntax

public PathString AuthorizeEndpointPath { get; set; }
public:
property PathString AuthorizeEndpointPath {
    PathString get();
    void set(PathString value);
}
member AuthorizeEndpointPath : PathString with get, set
Public Property AuthorizeEndpointPath As PathString

Property Value

Type: Microsoft.Owin.PathString

Returns PathString.

See Also

OAuthAuthorizationServerOptions Class
Microsoft.Owin.Security.OAuth Namespace

Return to top