ArchAstro. Types. Operations. PostApiV1AuthRegister. AuthInput
(archastro v0.2.0)
Copy Markdown
Register a new user with email and password
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AuthRegister.AuthInput{ alias_: String.t() | ArchAstro.Unset.t(), email: String.t(), full_name: String.t() | ArchAstro.Unset.t(), invite_code: String.t() | ArchAstro.Unset.t(), password: String.t() | ArchAstro.Unset.t(), team_invite: 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()