2018-06-17 15:12:11 +00:00
|
|
|
mutation($username: String!, $password: String!, $strategy: String!) {
|
2018-03-25 02:35:47 +00:00
|
|
|
authentication {
|
2018-06-17 15:12:11 +00:00
|
|
|
login(username: $username, password: $password, strategy: $strategy) {
|
2018-03-25 02:35:47 +00:00
|
|
|
responseResult {
|
|
|
|
succeeded
|
|
|
|
errorCode
|
|
|
|
slug
|
|
|
|
message
|
|
|
|
}
|
|
|
|
tfaRequired
|
|
|
|
tfaLoginToken
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|