Polarex.TokenResponse (Polarex v0.2.1)

View Source

Provides struct and type for a TokenResponse

Summary

Types

t()

@type t() :: %Polarex.TokenResponse{
  access_token: String.t(),
  expires_in: integer(),
  id_token: String.t(),
  refresh_token: String.t() | nil,
  scope: String.t(),
  token_type: String.t()
}