Sha256: 765146ceff203bfd1a97b328629bed097b6dfaef79379093f7bcb9b138113d0b
Contents?: true
Size: 543 Bytes
Versions: 6
Compression:
Stored size: 543 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SessionAuthenticationMethod.new( aal: null, completed_at: null, method: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems