ArchAstro. Types. Operations. PostApiV1AuthRegisterLink. AuthInput
(archastro v0.2.0)
Copy Markdown
Request a magic link for registration
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AuthRegisterLink.AuthInput{ alias_: String.t() | ArchAstro.Unset.t(), email: String.t() | ArchAstro.Unset.t(), full_name: String.t() | ArchAstro.Unset.t(), redirect_uri: String.t() | ArchAstro.Unset.t(), timezone: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()