GoogleApi.VerifiedAccess.V1.Model.Challenge (google_api_verified_access v0.11.0)

View Source

Result message for VerifiedAccess.CreateChallenge.

Attributes

  • alternativeChallenge (type: GoogleApi.VerifiedAccess.V1.Model.SignedData.t, default: nil) - Challenge generated with the old signing key (this will only be present during key rotation)
  • challenge (type: GoogleApi.VerifiedAccess.V1.Model.SignedData.t, default: nil) - Generated challenge

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VerifiedAccess.V1.Model.Challenge{
  alternativeChallenge: GoogleApi.VerifiedAccess.V1.Model.SignedData.t() | nil,
  challenge: GoogleApi.VerifiedAccess.V1.Model.SignedData.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.