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