class Attio::OAuth::Token

def to_json(*opts)

Returns:
  • (String) - JSON representation of the token

Parameters:
  • opts (Hash) -- Options to pass to JSON.generate
def to_json(*opts)
  JSON.generate(to_h, *opts)
end