google_api_o_auth2 v0.2.0 GoogleApi.OAuth2.V2.Model.JwkKeys View Source

Attributes

  • alg (String.t): Defaults to: null.
  • e (String.t): Defaults to: null.
  • kid (String.t): Defaults to: null.
  • kty (String.t): Defaults to: null.
  • n (String.t): Defaults to: null.
  • use (String.t): Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.OAuth2.V2.Model.JwkKeys{
  alg: any(),
  e: any(),
  kid: any(),
  kty: any(),
  n: any(),
  use: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.