Class: StytchB2B::Organizations::Members::UpdateRequestOptions
- Inherits:
-
Object
- Object
- StytchB2B::Organizations::Members::UpdateRequestOptions
- Defined in:
- lib/stytch/b2b_organizations.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Optional authorization object.
Instance Method Summary collapse
-
#initialize(authorization: nil) ⇒ UpdateRequestOptions
constructor
A new instance of UpdateRequestOptions.
- #to_headers ⇒ Object
Constructor Details
#initialize(authorization: nil) ⇒ UpdateRequestOptions
Returns a new instance of UpdateRequestOptions.
541 542 543 544 545 |
# File 'lib/stytch/b2b_organizations.rb', line 541 def initialize( authorization: nil ) = end |
Instance Attribute Details
#authorization ⇒ Object
Optional authorization object. Pass in an active Stytch Member session token or session JWT and the request will be run using that member’s permissions.
539 540 541 |
# File 'lib/stytch/b2b_organizations.rb', line 539 def end |
Instance Method Details
#to_headers ⇒ Object
547 548 549 550 551 |
# File 'lib/stytch/b2b_organizations.rb', line 547 def to_headers headers = {} headers.merge!(.to_headers) if headers end |