C# Класс Google.Apis.Auth.OAuth2.Mvc.Controllers.AuthCallbackController

Наследование: Controller
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Logger ILogger

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
IndexAsync ( Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl authorizationCode, CancellationToken taskCancellationToken ) : Task

Описание методов

OnTokenError() защищенный Метод

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
Результат System.Web.Mvc.ActionResult

Описание свойств

Logger защищенное статическое свойство

protected static ILogger Logger
Результат ILogger