Sha256: 73825e48ba8e33392f06fbfb48a908f346bd77f5595335e1e6c1ca47f40a31a1
Contents?: true
Size: 516 Bytes
Versions: 22
Compression:
Stored size: 516 Bytes
Contents
# OryClient::ContinueWithRedirectBrowserTo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `redirect_browser_to` redirect_browser_to ContinueWithActionRedirectBrowserToString | | | **redirect_browser_to** | **String** | The URL to redirect the browser to | | ## Example ```ruby require 'ory-client' instance = OryClient::ContinueWithRedirectBrowserTo.new( action: null, redirect_browser_to: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems