getApplicationToken
Gets an application token using the provided username and password.
Example: getApplicationToken(username: "john.doe@mail.com", password: "password1234")
getApplicationToken(
username: String!
password: String!
): GetApplicationToken!
Arguments
getApplicationToken.username ● String! non-null scalar
getApplicationToken.password ● String! non-null scalar
Type
GetApplicationToken object
Represents the response of getting an application token.