Class: Belvo::WidgetTokenOptions
- Inherits:
-
Object
- Object
- Belvo::WidgetTokenOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of a WidgetToken
Instance Attribute Summary collapse
-
#link ⇒ Object
Should the WidgetToken be tied to a specific link.
-
#scopes ⇒ Object
Should have WidgetToken’s permssions.
-
#widget ⇒ Object
Should have the Widget branding params.
Instance Attribute Details
#link ⇒ Object
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 |
#scopes ⇒ Object
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 |
#widget ⇒ Object
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 |