Anvil.Auth.OIDC.Labeler (Anvil v0.1.1)
View SourceLabeler identity created from OIDC authentication.
Summary
Types
@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() }