View Source Rivet.Ident.Factor.FedId (rivet_ident v2.0.4)

Structure for in-process authentication result contexts, not directly to one user

Link to this section Summary

Link to this section Types

@type t() :: %Rivet.Ident.Factor.FedId{
  email: Rivet.Ident.Factor.FedId.Email.t(),
  handle: nil | String.t(),
  name: nil | String.t(),
  phone: nil | String.t(),
  provider: Rivet.Ident.Factor.FedId.Provider.t(),
  settings: map()
}