You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,9 @@ public static Builder withToken(String tokenValue) {
82
82
}
83
83
84
84
/**
85
-
* Returns a new {@link Builder}, initialized with the provided response
86
-
* @param response the response to intialize the builder with
85
+
* Returns a new {@link Builder}, initialized with the provided response.
86
+
*
87
+
* @param response the response to initialize the builder with
0 commit comments