Class: StytchB2B::Organizations::Members::GetConnectedAppsRequestOptions
- Inherits:
-
Object
- Object
- StytchB2B::Organizations::Members::GetConnectedAppsRequestOptions
- Defined in:
- lib/stytch/b2b_organizations.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Optional authorization object.
Instance Method Summary collapse
-
#initialize(authorization: nil) ⇒ GetConnectedAppsRequestOptions
constructor
A new instance of GetConnectedAppsRequestOptions.
- #to_headers ⇒ Object
Constructor Details
#initialize(authorization: nil) ⇒ GetConnectedAppsRequestOptions
Returns a new instance of GetConnectedAppsRequestOptions.
927 928 929 930 931 |
# File 'lib/stytch/b2b_organizations.rb', line 927 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.
925 926 927 |
# File 'lib/stytch/b2b_organizations.rb', line 925 def end |
Instance Method Details
#to_headers ⇒ Object
933 934 935 936 937 |
# File 'lib/stytch/b2b_organizations.rb', line 933 def to_headers headers = {} headers.merge!(.to_headers) if headers end |