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

Attributes

  • alg (type: String.t, default: RS256) -
  • e (type: String.t, default: nil) -
  • kid (type: String.t, default: nil) -
  • kty (type: String.t, default: RSA) -
  • n (type: String.t, default: nil) -
  • use (type: String.t, default: sig) -

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: String.t(),
  e: String.t(),
  kid: String.t(),
  kty: String.t(),
  n: String.t(),
  use: String.t()
}

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.