Anvil.Auth.OIDC.Labeler (Anvil v0.1.1)

View Source

Labeler identity created from OIDC authentication.

Summary

Types

t()

@type t() :: %Anvil.Auth.OIDC.Labeler{
  email: String.t(),
  external_id: String.t(),
  role: Anvil.Auth.Role.role(),
  status: :active | :suspended | :deactivated,
  tenant_id: String.t()
}