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