We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89e0ff commit 6c97904Copy full SHA for 6c97904
1 file changed
src/main/java/com/example/solidconnection/auth/client/AppleOAuthClientSecretProvider.java
@@ -19,7 +19,7 @@
19
import static com.example.solidconnection.custom.exception.ErrorCode.FAILED_TO_READ_APPLE_PRIVATE_KEY;
20
21
/*
22
- * 애플 OAuth 에 필요하 클라이언트 시크릿은 매번 동적으로 생성해야 한다.
+ * 애플 OAuth 에 필요한 클라이언트 시크릿은 매번 동적으로 생성해야 한다.
23
* 클라이언트 시크릿은 애플 개발자 계정에서 발급받은 개인키(*.p8)를 사용하여 JWT 를 생성한다.
24
* https://developer.apple.com/documentation/accountorganizationaldatasharing/creating-a-client-secret
25
* */
0 commit comments