Sha256: d87dca71f4a25f15b1d5be650e530a379bc71dba82b652e4155e6dde3afe6961
Contents?: true
Size: 1.27 KB
Versions: 12
Compression:
Stored size: 1.27 KB
Contents
# OryClient::UpdateLoginFlowWithOidcMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | The CSRF Token | [optional] | | **method** | **String** | Method to use This field must be set to `oidc` when using the oidc method. | | | **provider** | **String** | The provider to register with | | | **traits** | **Object** | The identity traits. This is a placeholder for the registration flow. | [optional] | | **upstream_parameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithOidcMethod.new( csrf_token: null, method: null, provider: null, traits: null, upstream_parameters: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems