Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Endpoint responsible for Form Post Response Mode See also, http://openid.net/specs/oauth-v2-form-post-response-mode-1\_0.html
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public PathString FormPostEndpoint { get; set; }
public:
property PathString FormPostEndpoint {
PathString get();
void set(PathString value);
}
member FormPostEndpoint : PathString with get, set
Public Property FormPostEndpoint As PathString
Property Value
Type: Microsoft.Owin.PathString
Returns PathString.
See Also
OAuthAuthorizationServerOptions Class
Microsoft.Owin.Security.OAuth Namespace
Return to top