Auth0.Entity.Client.JwtConfiguration (Auth0Api v1.4.0) View Source

Documentation for entity of Client JwtConfiguration.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Client.JwtConfiguration{
  alg: String.t(),
  lifetime_in_seconds: integer(),
  scopes: map(),
  secret_encoded: boolean()
}

Link to this section Functions

Specs

from(map()) :: t()