|
|
|
|
@ -13,13 +13,12 @@
@@ -13,13 +13,12 @@
|
|
|
|
|
* See the License for the specific language governing permissions and |
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
package org.springframework.security.oauth2.client.authentication.userinfo; |
|
|
|
|
package org.springframework.security.oauth2.client.authentication; |
|
|
|
|
|
|
|
|
|
import org.springframework.security.authentication.AbstractAuthenticationToken; |
|
|
|
|
import org.springframework.security.core.Authentication; |
|
|
|
|
import org.springframework.security.core.GrantedAuthority; |
|
|
|
|
import org.springframework.security.core.SpringSecurityCoreVersion; |
|
|
|
|
import org.springframework.security.oauth2.client.authentication.AuthorizedClient; |
|
|
|
|
import org.springframework.security.oauth2.core.user.OAuth2User; |
|
|
|
|
import org.springframework.util.Assert; |
|
|
|
|
|