* return variable to snake case
* import refactoring
This commit is contained in:
lemonScaletech
2023-09-13 14:14:56 +05:30
parent 96fdc38c3c
commit af66958b5d
8 changed files with 103 additions and 242 deletions

View File

@@ -95,15 +95,13 @@ type AuthResponse {
message: String!
should_show_email_otp_screen: Boolean
should_show_mobile_otp_screen: Boolean
should_show_mobile_totp_screen: Boolean
should_show_totp_screen: Boolean
access_token: String
id_token: String
refresh_token: String
expires_in: Int64
user: User
totpBase64URL: String
tokenTOTP: String
totp_base64_url: String
totp_token: String
}
type Response {