spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
http://github.com/spring-projects/spring-security-oauth
Apache License 2.0
4.69k stars 4.04k forks source link

spring-security-oauth2:2.3.3 doesn't have access_token #1675

Open wsmhz opened 5 years ago

wsmhz commented 5 years ago

1557497382

version: spring-security-oauth2:2.3.3
why doesn't have access_token? Why not access_token but just value like this { "access_token":"2YotnFZFEjr1zCsicMWpAA", "token_type":"example", "expires_in":3600, "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA", "example_parameter":"example_value" }

wsmhz commented 5 years ago

1557497382

version: spring-security-oauth2:2.3.3 why doesn't have access_token? Why not access_token but just value like this { "access_token":"2YotnFZFEjr1zCsicMWpAA", "token_type":"example", "expires_in":3600, "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA", "example_parameter":"example_value" }