Class: StytchB2B::Organizations::Members::UnlinkRetiredEmailRequestOptions
- Inherits:
-
Object
- Object
- StytchB2B::Organizations::Members::UnlinkRetiredEmailRequestOptions
- Defined in:
- lib/stytch/b2b_organizations.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Optional authorization object.
Instance Method Summary collapse
-
#initialize(authorization: nil) ⇒ UnlinkRetiredEmailRequestOptions
constructor
A new instance of UnlinkRetiredEmailRequestOptions.
- #to_headers ⇒ Object
Constructor Details
#initialize(authorization: nil) ⇒ UnlinkRetiredEmailRequestOptions
Returns a new instance of UnlinkRetiredEmailRequestOptions.
889 890 891 892 893 |
# File 'lib/stytch/b2b_organizations.rb', line 889 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.
887 888 889 |
# File 'lib/stytch/b2b_organizations.rb', line 887 def end |
Instance Method Details
#to_headers ⇒ Object
895 896 897 898 899 |
# File 'lib/stytch/b2b_organizations.rb', line 895 def to_headers headers = {} headers.merge!(.to_headers) if headers end |