Spatio.Model.Jwk (spatio_sdk v0.0.2)

A single JSON Web Key (RFC 7517 §4) — RSA public key.

Summary

Types

t()

@type t() :: %Spatio.Model.Jwk{
  alg: String.t(),
  e: String.t(),
  kid: String.t(),
  kty: String.t(),
  n: String.t(),
  use: String.t()
}

Functions

decode(value)