C# Class ExtensionsForOneDrive.Models.LiveService

Inheritance: ILiveService
Afficher le fichier Open project: riverar/ExtensionsForOneDrive

Méthodes publiques

Méthode Description
GetLoginUrl ( ) : string
GetSharedReadLink ( string fileID ) : string
GetTokens ( string authorizationCode ) : void
LiveService ( IRefreshTokenHandler refreshTokenHandler, ILiveAuthClient authClient, IConfigurationService configurationService ) : System

Private Methods

Méthode Description
ConfigureRefreshTimer ( ) : void
RefreshTimerElapsed ( object sender, System.Timers.ElapsedEventArgs args ) : void
RefreshTokens ( ) : void
SaveTokens ( ) : void

Method Details

GetLoginUrl() public méthode

public GetLoginUrl ( ) : string
Résultat string

GetSharedReadLink() public méthode

public GetSharedReadLink ( string fileID ) : string
fileID string
Résultat string

GetTokens() public méthode

public GetTokens ( string authorizationCode ) : void
authorizationCode string
Résultat void

LiveService() public méthode

public LiveService ( IRefreshTokenHandler refreshTokenHandler, ILiveAuthClient authClient, IConfigurationService configurationService ) : System
refreshTokenHandler IRefreshTokenHandler
authClient ILiveAuthClient
configurationService IConfigurationService
Résultat System