OAuthAuthorizationServerOptions.TokenEndpointPath Property

 

The request path client applications communicate with directly as part of the OAuth protocol. Must begin with a leading slash, like "/Token". If the client is issued a client_secret, it must be provided to this endpoint.

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

Syntax

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

Property Value

Type: Microsoft.Owin.PathString

Returns PathString.

See Also

OAuthAuthorizationServerOptions Class
Microsoft.Owin.Security.OAuth Namespace

Return to top