Sign In
In the below schema only password seems required but also an identifier must be provided. For example:
session
Request Body
If provided user credentials will be checked from the provided connection. NOTE: this will override connection param provided in authorization request and default connection
Required if no identifier passed or when identifier is email
Field name to look up user. Make sure to include it in request body. For ex: If identifier=email also include email field in request body with the user's email address.
Default Value: email
Required if identifier is phone_number
Required if identifier is username
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Loading...