docs/SessionAuthenticationMethod.md in ory-client-1.2.9 vs docs/SessionAuthenticationMethod.md in ory-client-1.2.10

- old
+ new

@@ -5,10 +5,11 @@ | 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 @@ -16,9 +17,10 @@ instance = OryClient::SessionAuthenticationMethod.new( aal: null, completed_at: null, method: null, + organization: null, provider: null ) ```