google_api_verified_access v0.6.0 GoogleApi.VerifiedAccess.V1.Model.VerifyChallengeResponseRequest View Source

signed ChallengeResponse

Attributes

  • challengeResponse (type: GoogleApi.VerifiedAccess.V1.Model.SignedData.t, default: nil) - The generated response to the challenge
  • expectedIdentity (type: String.t, default: nil) - Service can optionally provide identity information about the device or user associated with the key. For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match.

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.VerifyChallengeResponseRequest{
  challengeResponse: GoogleApi.VerifiedAccess.V1.Model.SignedData.t(),
  expectedIdentity: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.