Sha256: cb1e875f99f48f268fd157ee96c943700bf9637c9bf3641a4fd44d848d2ca7f5
Contents?: true
Size: 598 Bytes
Versions: 2
Compression:
Stored size: 598 Bytes
Contents
# OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody ## 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. | | | **traits** | **String** | The provider to register with | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |