Skip to content

Commit e36f5d1

Browse files
committed
Update login hint description
1 parent 7e2f6d1 commit e36f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk/pnp/android/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ the following parameters.
294294
| `ui_locales?` | The space separated list of language tags, ordered by preference. For instance `fr-CA fr en`. |
295295
| `id_token_hint?` | It denotes the previously issued ID token. It takes `String` as a value. |
296296
| `id_token?` | JWT (ID Token) to be passed for login. |
297-
| `login_hint?` | It is used to send the user's email address during Email Passwordless login. It takes `String` as a value. |
297+
| `login_hint?` | Used to specify the user's email address or phone number for Email/SMS Passwordless login flows. Takes a `String` value. For the SMS, the format should be: `+{country_code}-{phone_number}` (e.g. `+1-1234567890`) |
298298
| `acr_values?` | acc_values |
299299
| `scope?` | The default scope to be used on authentication requests. The defaultScope defined in the Auth0Client is included along with this scope. It takes `String` as a value. |
300300
| `audience?` | The audience, presented as the aud claim in the access token, defines the intended consumer of the token. It takes `String` as a value. |

0 commit comments

Comments
 (0)