Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Resource Owner Password Credentials Grant can be used to exchange a user's email address and a password with an access token. The access token can then be used to make requests to the Gini API on behalf of the user.

Request

Key

Description

username

The user's email address.

password

The user's password.

...