PasswordLessLoginTokenRequest
A request for an access token using a passwordless token.
grant_type
string
enum
Required
OAuth 2.1 grant type. Must be set to client_credentials
for passwordless login.
Enum values:
- authorization_code
- refresh_token
- client_credentials
- authorization_code_pkce
- session_bridge
client_credentials
hint
string
Required
Passwordless hint. Use pwdless_login
.
pwdless_login
pwdless_login_token
string
Required
Passwordless login token that was created from the user ID.
QJO3CA7QTPVCQ3OMROXF2MTDDED3EEC3
client_id
string
The public client ID.
Maximum characters:
40
6b200ebd-7843-4073-aef9-792482c9e1de
code_verifier
string
PKCE code verifier. Created by the client.
The code_challenge
is created by SHA256 hashing the code_verifier
and Base64 encoding the resulting hash.
The code_verifier
should be a high entropy cryptographically random string with a minimum of 43 characters and a maximum of 128 characters.
Ar0lAwU_jsuA~ZXX8-JnMbZFxrnDot2OtgLEi1kOT_FxD6Bo0EQDbbrvoym9xHvatNGnNzrObLJeK6e4U9m4pveRMbdwNGa4jwiAlKGvijVn0PW0hqb03_w1gQE00wTo