Class: StytchB2B::Organizations::GetConnectedAppRequestOptions
- Inherits:
-
Object
- Object
- StytchB2B::Organizations::GetConnectedAppRequestOptions
- Defined in:
- lib/stytch/b2b_organizations.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Optional authorization object.
Instance Method Summary collapse
-
#initialize(authorization: nil) ⇒ GetConnectedAppRequestOptions
constructor
A new instance of GetConnectedAppRequestOptions.
- #to_headers ⇒ Object
Constructor Details
#initialize(authorization: nil) ⇒ GetConnectedAppRequestOptions
Returns a new instance of GetConnectedAppRequestOptions.
76 77 78 79 80 |
# File 'lib/stytch/b2b_organizations.rb', line 76 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.
74 75 76 |
# File 'lib/stytch/b2b_organizations.rb', line 74 def end |
Instance Method Details
#to_headers ⇒ Object
82 83 84 85 86 |
# File 'lib/stytch/b2b_organizations.rb', line 82 def to_headers headers = {} headers.merge!(.to_headers) if headers end |