C# Class Azi.Amazon.CloudDrive.Tests.AmazonTestsBase

Inheritance: ITokenUpdateListener, IDisposable
Datei anzeigen Open project: Rambalac/AmazonCloudDriveApi

Protected Properties

Property Type Description
Amazon AmazonDrive
TestDirId string

Public Methods

Method Description
Dispose ( ) : void
OnTokenUpdated ( string access_token, string refresh_token, System.DateTime expires_in ) : void

Protected Methods

Method Description
AmazonTestsBase ( ) : System
Authenticate ( ) : Task

Method Details

AmazonTestsBase() protected method

protected AmazonTestsBase ( ) : System
return System

Authenticate() protected method

protected Authenticate ( ) : Task
return Task

Dispose() public method

public Dispose ( ) : void
return void

OnTokenUpdated() public method

public OnTokenUpdated ( string access_token, string refresh_token, System.DateTime expires_in ) : void
access_token string
refresh_token string
expires_in System.DateTime
return void

Property Details

Amazon protected_oe property

protected AmazonDrive Amazon
return AmazonDrive

TestDirId protected_oe property

protected string TestDirId
return string