OpenXchangeClient.Model.OAuthGrantData (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.OAuthGrantData{
  client: OpenXchangeClient.Model.OAuthClientData.t() | nil,
  date: integer() | nil,
  scopes: map() | nil
}