File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/oidc Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -244,17 +244,6 @@ public Builder phoneNumber(String phoneNumber) {
244
244
return this .claim (StandardClaimNames .PHONE_NUMBER , phoneNumber );
245
245
}
246
246
247
- /**
248
- * Use this verified-phone-number indicator in the resulting {@link OidcUserInfo}
249
- * @param phoneNumberVerified The verified-phone-number indicator to use
250
- * @return the {@link Builder} for further configurations
251
- * @deprecated Use {@link Builder#phoneNumberVerified(Boolean)}
252
- */
253
- @ Deprecated
254
- public Builder phoneNumberVerified (String phoneNumberVerified ) {
255
- return this .claim (StandardClaimNames .PHONE_NUMBER_VERIFIED , phoneNumberVerified );
256
- }
257
-
258
247
/**
259
248
* Use this verified-phone-number indicator in the resulting {@link OidcUserInfo}
260
249
* @param phoneNumberVerified The verified-phone-number indicator to use
You can’t perform that action at this time.
0 commit comments