C# 클래스 ExtensionsForOneDrive.Models.LiveService

상속: ILiveService
파일 보기 프로젝트 열기: riverar/ExtensionsForOneDrive

공개 메소드들

메소드 설명
GetLoginUrl ( ) : string
GetSharedReadLink ( string fileID ) : string
GetTokens ( string authorizationCode ) : void
LiveService ( IRefreshTokenHandler refreshTokenHandler, ILiveAuthClient authClient, IConfigurationService configurationService ) : System

비공개 메소드들

메소드 설명
ConfigureRefreshTimer ( ) : void
RefreshTimerElapsed ( object sender, System.Timers.ElapsedEventArgs args ) : void
RefreshTokens ( ) : void
SaveTokens ( ) : void

메소드 상세

GetLoginUrl() 공개 메소드

public GetLoginUrl ( ) : string
리턴 string

GetSharedReadLink() 공개 메소드

public GetSharedReadLink ( string fileID ) : string
fileID string
리턴 string

GetTokens() 공개 메소드

public GetTokens ( string authorizationCode ) : void
authorizationCode string
리턴 void

LiveService() 공개 메소드

public LiveService ( IRefreshTokenHandler refreshTokenHandler, ILiveAuthClient authClient, IConfigurationService configurationService ) : System
refreshTokenHandler IRefreshTokenHandler
authClient ILiveAuthClient
configurationService IConfigurationService
리턴 System