View Source GoogleApi.IdentityToolkit.V3.Model.GetRecaptchaParamResponse (google_api_identity_toolkit v0.8.0)

Response of getting recaptcha param.

Attributes

  • kind (type: String.t, default: identitytoolkit#GetRecaptchaParamResponse) - The fixed string "identitytoolkit#GetRecaptchaParamResponse".
  • recaptchaSiteKey (type: String.t, default: nil) - Site key registered at recaptcha.
  • recaptchaStoken (type: String.t, default: nil) - The stoken field for the recaptcha widget, used to request captcha challenge.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.GetRecaptchaParamResponse{
  kind: String.t() | nil,
  recaptchaSiteKey: String.t() | nil,
  recaptchaStoken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.