Properties

Link copied to clipboard

ReceiptValidator.APPLE_RECOMMENDED_MAX_AGE + Makoto.DEFAULT_TIME_OFFSET

Functions

Link copied to clipboard
open override fun fromJsonObject(jsonRepresentation: JsonElement): IosAttestationConfiguration

Loads the config from its canonical form (JSON), as produced by toJsonElement.

Link copied to clipboard
open override fun fromJsonString(jsonRepresentation: String): IosAttestationConfiguration

Loads the config from its canonical form (JSON), as produced by toJsonString.

Link copied to clipboard
open override fun fromYamlString(yamlRepresentation: String): IosAttestationConfiguration

Loads the config from its canonical form (YAML), as produced by toYamlString.