TASK:谷歌登录

This commit is contained in:
shahaibo
2024-11-12 15:34:43 +08:00
parent 74e6d5a1da
commit fadb5faf0d
3 changed files with 38 additions and 18 deletions

View File

@@ -6,5 +6,8 @@ import lombok.Data;
public class GoogleTokenResponse {
private String accessToken;
private String idToken;
private long expiresIn;
private String tokenType;
private String scope;
}