C# Class KeeAnywhere.StorageProviders.GoogleDrive.GoogleDriveHelper

Afficher le fichier Open project: Kyrodan/KeeAnywhere Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GoogleDriveHelper ( ) : System.Linq

Method Details

GetClient() public static méthode

public static GetClient ( AccountConfiguration account ) : Task
account KeeAnywhere.Configuration.AccountConfiguration
Résultat Task

GetClient() public static méthode

public static GetClient ( Google.Apis.Auth.OAuth2.Responses.TokenResponse token ) : Task
token Google.Apis.Auth.OAuth2.Responses.TokenResponse
Résultat Task

GetFileByPath() public static méthode

public static GetFileByPath ( this api, string path ) : Task
api this
path string
Résultat Task