TASK:谷歌登录
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user