New version found
You are looking at a previous version of the command Login. The latest version of this command is v2.1.0 →
Overview
This command in the Authentication adapter, is used to generate JWT
from credentials. The user is also logged in in Cognito.Architecture diagram
Payload example
{ "User": "john@doe.com", "Secret": "exampleSecret"}JSON Schema
2 properties
Userstring<email>
requiredUser name
Secretstringnull
Password or secret if it exists.