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

'Declaration
Public Property AuthorizeEndpointPath As PathString 
    Get 
    Set
'Usage
Dim instance As OAuthAuthorizationServerOptions 
Dim value As PathString 

value = instance.AuthorizeEndpointPath

instance.AuthorizeEndpointPath = value
public PathString AuthorizeEndpointPath { get; set; }
public:
property PathString AuthorizeEndpointPath {
    PathString get ();
    void set (PathString value);
}
member AuthorizeEndpointPath : PathString with get, set
function get AuthorizeEndpointPath () : PathString 
function set AuthorizeEndpointPath (value : PathString)

Property Value

Type: Microsoft.Owin.PathString

See Also

Reference

OAuthAuthorizationServerOptions Class

Microsoft.Owin.Security.OAuth Namespace