Boruta core v0.2.0 Boruta.Oauth.IntrospectResponse View Source

Introspect response

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Boruta.Oauth.IntrospectResponse{
  active: boolean(),
  client_id: String.t(),
  exp: integer(),
  iat: integer(),
  iss: String.t(),
  scope: String.t(),
  sub: String.t(),
  username: String.t()
}

Link to this section Functions