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
|
|
|
|
}
|
2018-10-08 04:17:31 +00:00
|
|
|
jwt
|
2019-08-25 02:19:35 +00:00
|
|
|
mustChangePwd
|
|
|
|
mustProvideTFA
|
|
|
|
continuationToken
|
2018-03-25 02:35:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|