Copilot.Types.GetAuthStatusResponse (Copilot SDK v2.3.0)

Copy Markdown

Response from auth.getStatus.

Summary

Types

t()

@type t() :: %Copilot.Types.GetAuthStatusResponse{
  auth_type: String.t() | nil,
  host: String.t() | nil,
  is_authenticated: boolean(),
  login: String.t() | nil,
  status_message: String.t() | nil
}

Functions

from_map(m)