View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo (google_api_recaptcha_enterprise v0.7.0)

Information about a verification endpoint that can be used for 2FA.

Attributes

  • emailAddress (type: String.t, default: nil) - Email address for which to trigger a verification request.
  • lastVerificationTime (type: DateTime.t, default: nil) - Output only. Timestamp of the last successful verification for the endpoint, if any.
  • phoneNumber (type: String.t, default: nil) - Phone number for which to trigger a verification request. Should be given in E.164 format.
  • requestToken (type: String.t, default: nil) - Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo{
    emailAddress: String.t() | nil,
    lastVerificationTime: DateTime.t() | nil,
    phoneNumber: String.t() | nil,
    requestToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.