View Source Boruta.Oauth.ResourceOwner (Boruta core v2.1.0)

Oauth resource owner schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Boruta.Oauth.ResourceOwner{
  last_login_at: DateTime.t() | nil,
  sub: String.t(),
  username: String.t() | nil
}