Class ExchangeMetadata

Data structure with metadata required to interact with exchange apis.

Inheritance
object
ExchangeMetadata
ImportMetadata
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

In this article
Back to top Generated by DocFX