Gleanex.Client.AuthConfig (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AuthConfig

Summary

Types

t()

@type t() :: %Gleanex.Client.AuthConfig{
  audiences: [String.t()] | nil,
  authHeaderType: String.t() | nil,
  authorization_url: String.t() | nil,
  client_url: String.t() | nil,
  grantType: String.t() | nil,
  isOnPrem: boolean() | nil,
  lastAuthorizedAt: DateTime.t() | nil,
  resource: String.t() | nil,
  scopes: [String.t()] | nil,
  status: String.t() | nil,
  token_endpoint_auth_method: String.t() | nil,
  type: String.t() | nil,
  usesCentralAuth: boolean() | nil
}