Class AuthenticatedApi
Inheritance
AuthenticatedApi
Assembly: AcousticWorkbench.dll
Syntax
public class AuthenticatedApi : Api, IAuthenticatedApi, IApi
Properties
|
Improve this Doc
View Source
Token
Declaration
public string Token { get; }
Property Value
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; }
Property Value
Methods
|
Improve this Doc
View Source
Merge(IApi, String, String)
Declaration
public static AuthenticatedApi Merge(IApi api, string username, string authToken)
Parameters
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods