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

Inheritance: Controller
Datei anzeigen Open project: Gainedge/BetterExplorer

Protected Properties

Property Type Description
Logger ILogger

Protected Methods

Method 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

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

Method Details

OnTokenError() protected method

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
return System.Web.Mvc.ActionResult

Property Details

Logger protected_oe static_oe property

protected static ILogger Logger
return ILogger