hydra v0.1.0 Hydra.IntrospectResponse

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Hydra.IntrospectResponse{
  client_id: String.t(),
  exp: integer(),
  iat: integer(),
  iss: String.t(),
  name: String.t(),
  sub: String.t(),
  token_type: String.t()
}