GetEvervaultConfigurationResponse

data class GetEvervaultConfigurationResponse(val appId: String? = null, val teamId: String? = null)

Holds the Evervault credentials returned by the configuration endpoint.

Constructors

Link copied to clipboard
constructor(appId: String? = null, teamId: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "app_id")
val appId: String? = null

The Evervault application identifier.

Link copied to clipboard
@SerializedName(value = "team_id")
val teamId: String? = null

The Evervault team identifier.