ConfigurationResponses

Contains response models for configuration API calls.

Types

Link copied to clipboard
data class GetEvervaultConfigurationResponse(val appId: String? = null, val teamId: String? = null)

Holds the Evervault credentials returned by the configuration endpoint.

Link copied to clipboard
data class GetSiftConfigurationResponse(val accountId: String? = null, val beaconKey: String? = null)

Holds the Sift credentials returned by the configuration endpoint.