Gleanex.Client.AuthToken (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AuthToken

Summary

Types

t()

@type t() :: %Gleanex.Client.AuthToken{
  accessToken: String.t(),
  authUser: String.t() | nil,
  datasource: String.t(),
  expiration: integer() | nil,
  scope: String.t() | nil,
  tokenType: String.t() | nil
}