autoryzacja google

This commit is contained in:
2025-06-06 16:05:18 +02:00
parent 5f548de73a
commit 5262749e2d
5 changed files with 75 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
package _11.asktpk.artisanconnectbackend.dto;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class GoogleAuthRequestDTO {
private String googleToken;
}