Class: Belvo::WidgetTokenOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/belvo/options.rb

Overview

Contains configurable properties of a WidgetToken

Instance Attribute Summary collapse

Instance Attribute Details

Should the WidgetToken be tied to a specific link.



202
203
204
205
206
207
# File 'lib/belvo/options.rb', line 202

class WidgetTokenOptions < Faraday::Options.new(
  :scopes,
  :link,
  :widget
)
end

#scopesObject

Should have WidgetToken’s permssions.



202
203
204
205
206
207
# File 'lib/belvo/options.rb', line 202

class WidgetTokenOptions < Faraday::Options.new(
  :scopes,
  :link,
  :widget
)
end

#widgetObject

Should have the Widget branding params.



202
203
204
205
206
207
# File 'lib/belvo/options.rb', line 202

class WidgetTokenOptions < Faraday::Options.new(
  :scopes,
  :link,
  :widget
)
end