Class ExchangeMetadata
Data structure with metadata required to interact with exchange apis.
Namespace: Transit.Shared.DataModels.Exchange
Assembly: Transit.Shared.dll
Syntax
public class ExchangeMetadata
Properties
Authentication
Gets or sets the AuthInfo instance
Declaration
public AuthInfo Authentication { get; set; }
Property Value
| Type | Description |
|---|---|
| AuthInfo | Configuration required to optain an Oauth 2.0 access token |