@ory/client
Version:
OpenAPI client for @ory/client
34 lines (26 loc) • 2.25 kB
Markdown
A singular authenticator used during authentication / login.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aal** | [**AuthenticatorAssuranceLevel**](AuthenticatorAssuranceLevel.md) | | [optional] [default to undefined]
**completed_at** | **string** | When the authentication challenge was completed. | [optional] [default to undefined]
**method** | **string** | The method used in this authenticator. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML deviceauthn CredentialsTypeDeviceAuthn link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode | [optional] [default to undefined]
**organization** | **string** | The Organization id used for authentication | [optional] [default to undefined]
**provider** | **string** | OIDC or SAML provider id used for authentication | [optional] [default to undefined]
**upstream_acr** | **string** | UpstreamACR is the `acr&
**upstream_amr** | **Array<string>** | UpstreamAMR is the &
```typescript
import { SessionAuthenticationMethod } from '@ory/client';
const instance: SessionAuthenticationMethod = {
aal,
completed_at,
method,
organization,
provider,
upstream_acr,
upstream_amr,
};
```
[[Back to Model list]](../README.md