C# 클래스 Google.Apis.Auth.OAuth2.Mvc.Controllers.AuthCallbackController

상속: Controller
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

보호된 프로퍼티들

프로퍼티 타입 설명
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