Introspect response
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() }