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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VerifiedAccess.V1.Model.VerifyChallengeResponseRequest{
  challengeResponse: GoogleApi.VerifiedAccess.V1.Model.SignedData.t() | nil,
  expectedIdentity: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.