C# 클래스 Google.Apis.Auth.OAuth2.AuthorizationCodeInstalledApp

Thread-safe OAuth 2.0 authorization code flow for an installed application that persists end-user credentials.
Incremental authorization (https://developers.google.com/+/web/api/rest/oauth) is currently not supported for Installed Apps.
상속: IAuthorizationCodeInstalledApp
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
AuthorizationCodeInstalledApp ( IAuthorizationCodeFlow flow, ICodeReceiver codeReceiver ) : System.Threading

Constructs a new authorization code installed application with the given flow and code receiver.

AuthorizeAsync ( string userId, CancellationToken taskCancellationToken ) : Task

메소드 상세

AuthorizationCodeInstalledApp() 공개 메소드

Constructs a new authorization code installed application with the given flow and code receiver.
public AuthorizationCodeInstalledApp ( IAuthorizationCodeFlow flow, ICodeReceiver codeReceiver ) : System.Threading
flow IAuthorizationCodeFlow
codeReceiver ICodeReceiver
리턴 System.Threading

AuthorizeAsync() 공개 메소드

public AuthorizeAsync ( string userId, CancellationToken taskCancellationToken ) : Task
userId string
taskCancellationToken System.Threading.CancellationToken
리턴 Task