in src/main/java/org/apache/sling/auth/oauth_client/OAuthTokenResponse.java [45:51]
public OAuthTokenResponse(@NotNull Optional<String> token, @NotNull ClientConnection connection,
@NotNull SlingHttpServletRequest request, @NotNull String redirectPath) {
this.token = token;
this.connection = connection;
this.request = request;
this.redirectPath = redirectPath;
}