This commit is contained in:
Lakhan Samani
2022-07-23 16:52:30 +05:30
2 changed files with 5 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ type Error {
type AuthResponse {
message: String!
has_multi_factor_auth_enabled: Boolean
is_otp_sent: Boolean
access_token: String
id_token: String
refresh_token: String