Sha256: bda55758aa0d8bebe1165b28b17e7647b650e477e97f75d1eb3edd9bf978b33b
Contents?: true
Size: 719 Bytes
Versions: 5
Compression:
Stored size: 719 Bytes
Contents
# OryKratosClient::SubmitSelfServiceLoginFlowWithOidcMethodBody ## 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] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SubmitSelfServiceLoginFlowWithOidcMethodBody.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems