Supabase.Auth.Schemas.ServerHealth (supabase_auth v0.6.2)

View Source

Represents the health information of the Auth authentication server.

This struct is returned by Supabase.Auth.get_server_health/1 and contains information about the server's status, version, and other diagnostic data.

Fields

  • version - The version of the Auth server
  • name - The name of the service (typically "Auth")
  • description - A brief description of the service

Summary

Types

t()

@type t() :: %Supabase.Auth.Schemas.ServerHealth{
  description: String.t(),
  name: String.t(),
  version: String.t()
}

Functions

parse(source \\ %__MODULE__{}, attrs)