Méthode | Description | |
---|---|---|
AmazonDrive ( string clientId, string clientSecret ) : System |
Initializes a new instance of the AmazonDrive class.
|
|
AuthenticationByCode ( string code, string redirectUrl ) : Task |
||
AuthenticationByExternalBrowser ( CloudDriveScopes scope, System.TimeSpan timeout, |
||
AuthenticationByTokens ( string authToken, string authRenewToken, System.DateTime authTokenExpiration ) : Task |
||
BuildLoginUrl ( string redirectUrl, CloudDriveScopes scope ) : string |
Méthode | Description | |
---|---|---|
CallOnTokenUpdate ( string access_token, string refresh_token, System.DateTime expires_in ) : void | ||
CreateListener ( string redirectUrl, string &realRedirectUrl, Func |
||
DefaultPortSelector ( int lastPort, int time ) : int | ||
GetContentUrl ( ) : Task |
||
GetMetadataUrl ( ) : Task |
||
GetRoot ( ) : Task |
||
GetToken ( ) : Task |
||
IAmazonAccount ( ) : Task |
||
IAmazonAccount ( ) : Task |
||
IAmazonAccount ( ) : Task |
||
IAmazonFiles ( string id, Task>.Func |
||
IAmazonFiles ( string id, System.Stream stream, long fileOffset, long length, int bufferSize, long>.Func |
||
IAmazonFiles ( FileUpload fileUpload ) : Task |
||
IAmazonFiles ( string id, Func |
||
IAmazonFiles ( string parentId, string fileName, Func |
||
IAmazonFiles ( string id, byte buffer, int bufferIndex, long fileOffset, int length ) : Task |
||
IAmazonNodes ( string id ) : Task | ||
IAmazonNodes ( string parentid, string nodeid ) : Task | ||
IAmazonNodes ( ) : Task |
||
IAmazonNodes ( string id ) : Task |
||
IAmazonNodes ( string parentId, string name ) : Task |
||
IAmazonNodes ( string id, string oldDirId, string newDirId ) : Task |
||
IAmazonNodes ( string id ) : Task |
||
IAmazonProfile ( ) : Task |
||
MakeMD5Filter ( string md5 ) : string | ||
MakeNameFilter ( string name ) : string | ||
MakeParentFilter ( string id ) : string | ||
ProcessRedirect ( |
||
ScopeToString ( CloudDriveScopes scope ) : string | ||
SendResponse ( |
||
SettingsSetter ( |
||
UpdateToken ( ) : Task |
public AmazonDrive ( string clientId, string clientSecret ) : System | ||
clientId | string | Your Application ClientID. From Amazon Developers Console. |
clientSecret | string | Your Application Secret. From Amazon Developers Console. |
Résultat | System |
public AuthenticationByCode ( string code, string redirectUrl ) : Task |
||
code | string | |
redirectUrl | string | |
Résultat | Task |
public AuthenticationByExternalBrowser ( CloudDriveScopes scope, System.TimeSpan timeout, |
||
scope | CloudDriveScopes | |
timeout | System.TimeSpan | |
cancelToken | ||
unformatedRedirectUrl | string | |
portSelector | Func |
|
Résultat | Task |
public AuthenticationByTokens ( string authToken, string authRenewToken, System.DateTime authTokenExpiration ) : Task |
||
authToken | string | |
authRenewToken | string | |
authTokenExpiration | System.DateTime | |
Résultat | Task |
public BuildLoginUrl ( string redirectUrl, CloudDriveScopes scope ) : string | ||
redirectUrl | string | |
scope | CloudDriveScopes | |
Résultat | string |