google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.GetRecaptchaParamResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.