Functions

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

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

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

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

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

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