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