C# Class KeeAnywhere.StorageProviders.HiDrive.HiDriveHelper

Mostra file Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method Description
GetAuthenticator ( ) : IHiDriveAuthenticator
GetClient ( AccountConfiguration account ) : Task
GetClient ( string refreshToken ) : Task

Private Methods

Method Description
GetClient ( IHiDriveAuthenticator authenticator ) : IHiDriveClient

Method Details

GetAuthenticator() public static method

public static GetAuthenticator ( ) : IHiDriveAuthenticator
return IHiDriveAuthenticator

GetClient() public static method

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

GetClient() public static method

public static GetClient ( string refreshToken ) : Task
refreshToken string
return Task