C# Class KeeAnywhere.StorageProviders.GoogleDrive.GoogleDriveHelper

Datei anzeigen Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method Description
GetClient ( AccountConfiguration account ) : Task
GetClient ( Google.Apis.Auth.OAuth2.Responses.TokenResponse token ) : Task
GetFileByPath ( this api, string path ) : Task

Private Methods

Method Description
GoogleDriveHelper ( ) : System.Linq

Method Details

GetClient() public static method

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

GetClient() public static method

public static GetClient ( Google.Apis.Auth.OAuth2.Responses.TokenResponse token ) : Task
token Google.Apis.Auth.OAuth2.Responses.TokenResponse
return Task

GetFileByPath() public static method

public static GetFileByPath ( this api, string path ) : Task
api this
path string
return Task