Gleanex.Client.ToolServerAuthStatusResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ToolServerAuthStatusResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ToolServerAuthStatusResponse{
  authStatus: String.t(),
  authType: String.t(),
  description: String.t() | nil,
  displayName: String.t() | nil,
  logoUrl: String.t() | nil
}