Sha256: 4a9c9fc5a63a6601aba194ee96e635ffdf3c399e59f71db05d77fc8e470fd09c
Contents?: true
Size: 636 Bytes
Versions: 27
Compression:
Stored size: 636 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] | | **provider** | **String** | OIDC or SAML provider id used for authentication | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SessionAuthenticationMethod.new( aal: null, completed_at: null, method: null, provider: null ) ```
Version data entries
27 entries across 27 versions & 1 rubygems