Auth0.Entity.SigningKey (Auth0Api v1.4.0) View Source

Documentation for entity of SigningKey.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.SigningKey{
  cert: String.t(),
  current: boolean(),
  current_since: String.t(),
  current_until: String.t(),
  fingerprint: String.t(),
  kid: String.t(),
  next: boolean(),
  pkcs7: String.t(),
  previous: boolean(),
  revoked: boolean(),
  revoked_at: String.t(),
  thumbprint: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()