C# 클래스 KeeAnywhere.StorageProviders.HiDrive.HiDriveHelper

파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere 1 사용 예제들

공개 메소드들

메소드 설명
GetAuthenticator ( ) : IHiDriveAuthenticator
GetClient ( AccountConfiguration account ) : Task
GetClient ( string refreshToken ) : Task

비공개 메소드들

메소드 설명
GetClient ( IHiDriveAuthenticator authenticator ) : IHiDriveClient

메소드 상세

GetAuthenticator() 공개 정적인 메소드

public static GetAuthenticator ( ) : IHiDriveAuthenticator
리턴 IHiDriveAuthenticator

GetClient() 공개 정적인 메소드

public static GetClient ( AccountConfiguration account ) : Task
account KeeAnywhere.Configuration.AccountConfiguration
리턴 Task

GetClient() 공개 정적인 메소드

public static GetClient ( string refreshToken ) : Task
refreshToken string
리턴 Task