Sha256: 99da66c32e753d58f548e5db59197c8733882002c75a3fe41fb7a052fb3c6c9d
Contents?: true
Size: 395 Bytes
Versions: 117
Compression:
Stored size: 395 Bytes
Contents
# OryClient::OAuth2RedirectTo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redirect_to** | **String** | RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed. | | ## Example ```ruby require 'ory-client' instance = OryClient::OAuth2RedirectTo.new( redirect_to: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems