Skip to content

Commit

Permalink
Add and rename field.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Apr 25, 2024
1 parent 7bca192 commit 8af4d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Google/GoogleAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8af4d08

Please sign in to comment.