Interface IAuthClient
Retrieves access tokens for authentication.
Namespace: System.Dynamic.ExpandoObject
Syntax
public interface IAuthClient
Properties
BaseUrl
Gets the server URL of the Fotoware Alto authentication server.
Declaration
string BaseUrl { get; }
Property Value
| string |
CustomerAlias
Methods
GetAuthenticationHeadersAsync()
Gets the authentication headers.
Declaration
Task<IDictionary<string, string>> GetAuthenticationHeadersAsync()
Returns
|
Task<IDictionary<string, string>>
The headers. |