Sha256: 0d790af45d4e5cafc16611df2d6bc600434eb95168dbff309a497d3e6f74afa8
Contents?: true
Size: 383 Bytes
Versions: 15
Compression:
Stored size: 383 Bytes
Contents
# OryClient::HandledOAuth2LoginRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redirect_to** | **String** | Original request URL to which you should redirect the user if request was already handled. | | ## Example ```ruby require 'ory-client' instance = OryClient::HandledOAuth2LoginRequest.new( redirect_to: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems