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