Sha256: cb35a94434a8f16520866939fb0f8f4d5f4f57b44e15134d6c7cb85e3cef4ca2
Contents?: true
Size: 524 Bytes
Versions: 150
Compression:
Stored size: 524 Bytes
Contents
# OryClient::SessionAuthenticationMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aal** | [**AuthenticatorAssuranceLevel**](AuthenticatorAssuranceLevel.md) | | [optional] | | **completed_at** | **Time** | When the authentication challenge was completed. | [optional] | | **method** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SessionAuthenticationMethod.new( aal: null, completed_at: null, method: null ) ```
Version data entries
150 entries across 150 versions & 1 rubygems