C# Class OAuth.AspNet.AuthServer.OAuthValidateClientRedirectUriContext

Contains data about the OAuth client redirect URI
Inheritance: BaseValidatingClientContext
Show file Open project: XacronDevelopment/oauth-aspnet Class Usage Examples

Private Properties

Property Type Description
OAuthValidateClientRedirectUriContext System
Validated bool

Public Methods

Method Description
Validated ( ) : bool

Marks this context as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling.

Private Methods

Method Description
OAuthValidateClientRedirectUriContext ( HttpContext context, OAuthAuthorizationServerOptions options, string clientId, string redirectUri ) : System
Validated ( string redirectUri ) : bool

Method Details

Validated() public method

Marks this context as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling.
public Validated ( ) : bool
return bool