diff --git a/Sources/Google/GoogleAuthenticator+Models.swift b/Sources/Google/GoogleAuthenticator+Models.swift index 7e2865f..6b09234 100644 --- a/Sources/Google/GoogleAuthenticator+Models.swift +++ b/Sources/Google/GoogleAuthenticator+Models.swift @@ -11,7 +11,8 @@ import Foundation public extension GoogleAuthenticator { struct Response { public let userId: String? - public let token: String + public let idToken: String? + public let accessToken: String public let refreshToken: String public let name: String? public let email: String?