fix: auth response schema updated
This commit is contained in:
parent
d653fac340
commit
f12491e42d
|
@ -79,8 +79,7 @@ type Error {
|
||||||
|
|
||||||
type AuthResponse {
|
type AuthResponse {
|
||||||
message: String!
|
message: String!
|
||||||
has_multi_factor_auth_enabled: Boolean
|
should_show_otp_screen: Boolean
|
||||||
is_otp_sent: Boolean
|
|
||||||
access_token: String
|
access_token: String
|
||||||
id_token: String
|
id_token: String
|
||||||
refresh_token: String
|
refresh_token: String
|
||||||
|
|
Loading…
Reference in New Issue
Block a user