Rivet.Ident.Factor.FedId (rivet_ident v3.5.0)

View Source

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

Summary

Types

t()

@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()
}