Sha256: 0f7d022846cd618f30199bb3ad78d3d184c8f65f6a9cfc0d29470ced29d7b85d
Contents?: true
Size: 751 Bytes
Versions: 47
Compression:
Stored size: 751 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] | | **organization** | **String** | The Organization id used for authentication | [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, organization: null, provider: null ) ```
Version data entries
47 entries across 47 versions & 1 rubygems