GetFingerprintConfigurationResponse

data class GetFingerprintConfigurationResponse(val apiKey: String? = null, val region: String? = null)

Holds the Fingerprint credentials returned by the configuration endpoint.

Constructors

Link copied to clipboard
constructor(apiKey: String? = null, region: String? = null)

Properties

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

The Fingerprint public API key.

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

The Fingerprint region associated with the API key (e.g. "us", "eu", "ap").