You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**New**: The Authenticator UI component for Android via Jetpack Compose is now available in developer preview!
4
+
5
+
Once you've gone through the steps below, you can use it to automatically [add authentication capabilities to your application](#option-1-use-the-authenticator-ui-component).
There are two ways to add authentication capabilities to your application.
4
+
5
+
### Option 1: Use the Authenticator UI component
6
+
<Calloutwarning>
7
+
8
+
**Note:** The Authenticator UI component is only available with Jetpack Compose.
9
+
10
+
</Callout>
11
+
12
+
The **Authenticator** is a UI component that automatically integrates with your existing Amplify configuration and allows you to easily add the entire authentication flow to your application.
13
+
14
+
Visit [Authenticator | Amplify UI for Android](https://ui.docs.amplify.aws/android/connected-components/authenticator) to get started.
15
+
16
+
### Option 2: Manually call the Authentication APIs
17
+
18
+
Follow the instructions in [Sign In](/lib/auth/signin) to learn about how to integrate the registration and authentication flows in your application with the Auth APIs.
0 commit comments