From 631b6ec8007ea15556ec493fce7ae7b2492437f3 Mon Sep 17 00:00:00 2001 From: Saurabh Lalwani Date: Wed, 4 Dec 2024 15:11:51 -0800 Subject: [PATCH] Update README.md --- authentication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/README.md b/authentication/README.md index bde059b..5bb945a 100644 --- a/authentication/README.md +++ b/authentication/README.md @@ -134,7 +134,7 @@ UberAuthClientImpl.authenticate( ) ``` ## Forcing Login or Consent -The auth provider accepts an optional `prompt` parameter that can be used to force the login screen or the consent screen to be presented. +The `AuthContext` accepts an optional `prompt` parameter that can be used to force the login screen or the consent screen to be presented. **Note:** Login is only available for `inApp` auth destinations