Sha256: ca423910fa02668b5c4ea7af3c31d0e1a989c96dec861a89e8f8bbe5468a39b6
Contents?: true
Size: 499 Bytes
Versions: 30
Compression:
Stored size: 499 Bytes
Contents
# OryClient::ProjectPasswordConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **enabled** | **Boolean** | Set to true to enable the password authentication method. | [optional] | | **revoke_active_sessions** | **Boolean** | Set to true to remove active sessions when the users logs in. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectPasswordConfig.new( enabled: null, revoke_active_sessions: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems