Skip to content

Commit 4e2e5d8

Browse files
committed
worked on review comments
1 parent d5cae91 commit 4e2e5d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/src/pages/[platform]/connected-components/authenticator/configuration/passwordless.android.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Alert } from '@aws-amplify/ui-react';
88

99
#### Backend Configuration
1010

11-
For backend setup including Email OTP, SMS OTP, and WebAuthn (Passkey) configuration, see the [Passwordless documentation](https://docs.amplify.aws/react/build-a-backend/auth/concepts/passwordless/).
11+
For backend setup including Email OTP, SMS OTP, and WebAuthn (Passkey) configuration, see the [Passwordless documentation](https://docs.amplify.aws/android/build-a-backend/auth/concepts/passwordless/).
1212

1313
#### Authentication Flows
1414

@@ -46,7 +46,7 @@ Authenticator(
4646
| Password (no SRP) | Password without SRP | `AuthFactor.Password(srp = false)` |
4747
| Email OTP | One-time code via email | `AuthFactor.EmailOtp` |
4848
| SMS OTP | One-time code via SMS | `AuthFactor.SmsOtp` |
49-
| WebAuthn (Passkey) | Biometric/device authentication | `AuthFactor.WebAuthn` |
49+
| WebAuthn (Passkey) | Biometric/security key authentication | `AuthFactor.WebAuthn` |
5050

5151
#### Preferred Auth Factor
5252

docs/src/pages/[platform]/connected-components/authenticator/configuration/passwordless.swift.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Alert } from '@aws-amplify/ui-react';
88

99
#### Backend Configuration
1010

11-
For backend setup including Email OTP, SMS OTP, and WebAuthn (Passkey) configuration, see the [Passwordless documentation](https://docs.amplify.aws/react/build-a-backend/auth/concepts/passwordless/).
11+
For backend setup including Email OTP, SMS OTP, and WebAuthn (Passkey) configuration, see the [Passwordless documentation](https://docs.amplify.aws/swift/build-a-backend/auth/concepts/passwordless/).
1212

1313
#### Authentication Flows
1414

@@ -42,7 +42,7 @@ Authenticator(authenticationFlow: .userChoice()) { signedInState in
4242
| Password (no SRP) | Password without SRP | `.password(srp: false)` |
4343
| Email OTP | One-time code via email | `.emailOtp` |
4444
| SMS OTP | One-time code via SMS | `.smsOtp` |
45-
| WebAuthn (Passkey) | Biometric/device authentication | `.webAuthn` |
45+
| WebAuthn (Passkey) | Biometric/security key authentication | `.webAuthn` |
4646

4747
#### Preferred Auth Factor
4848

docs/src/pages/[platform]/connected-components/authenticator/customization/customization.passwordless-views.android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Authenticator(
3535
```
3636

3737
**PromptToCreatePasskeyState Actions:**
38-
- `createPasskey()` - Initiates passkey creation using the device's biometric authentication
38+
- `createPasskey()` - Initiates passkey creation using the device's biometric/security key authentication
3939
- `skip()` - Skips passkey creation and continues to the signed-in state
4040

4141
#### Passkey Created View

docs/src/pages/[platform]/connected-components/authenticator/customization/customization.passwordless-views.swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Authenticator(
4242
```
4343

4444
**PromptToCreatePasskeyState Methods:**
45-
- `createPasskey()` - Initiates passkey creation using the device's biometric authentication
45+
- `createPasskey()` - Initiates passkey creation using the device's biometric/security key authentication
4646
- `skip()` - Skips passkey creation and continues to the signed-in state
4747

4848
#### Passkey Created View

0 commit comments

Comments
 (0)