C# Class OAuth.AspNet.AuthServer.OAuthValidateClientRedirectUriContext

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

Private Properties

Свойство Type Description
OAuthValidateClientRedirectUriContext System
Validated bool

Méthodes publiques

Méthode 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

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

Method Details

Validated() public méthode

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