C# Class Google.Apis.Auth.OAuth2.Mvc.Controllers.AuthCallbackController

Inheritance: Controller
Afficher le fichier Open project: Gainedge/BetterExplorer

Protected Properties

Свойство Type Description
Logger ILogger

Méthodes protégées

Méthode Description
OnTokenError ( Google.Apis.Auth.OAuth2.Responses.TokenErrorResponse errorResponse ) : System.Web.Mvc.ActionResult

A callback which gets the error when this controller didn't receive an authorization code. The default implementation throws a Google.Apis.Auth.OAuth2.Responses.TokenResponseException.

Private Methods

Méthode Description
IndexAsync ( Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl authorizationCode, CancellationToken taskCancellationToken ) : Task

Method Details

OnTokenError() protected méthode

A callback which gets the error when this controller didn't receive an authorization code. The default implementation throws a Google.Apis.Auth.OAuth2.Responses.TokenResponseException.
protected OnTokenError ( Google.Apis.Auth.OAuth2.Responses.TokenErrorResponse errorResponse ) : System.Web.Mvc.ActionResult
errorResponse Google.Apis.Auth.OAuth2.Responses.TokenErrorResponse
Résultat System.Web.Mvc.ActionResult

Property Details

Logger protected_oe static_oe property

protected static ILogger Logger
Résultat ILogger