Authenticate user and get tokens. If MFA is enabled for the user, returns MFA challenge instead of tokens.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Authentication successful or MFA required
The response is of type object
.