OBJECT

CognitoCredentials

Cognito login credentials. Used by APIUsers and Apps.

link GraphQL Schema definition

  • type CognitoCredentials {
  • # The Application Client Id authorized for the username in the Cognito User Pool.
  • clientId: String!
  • # The password.
  • password: String!
  • # The Cognito User Pool id.
  • userPoolId: String!
  • # The username.
  • username: String!
  • }