google_api_verified_access v0.5.0 GoogleApi.VerifiedAccess.V1.Model.Challenge 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.