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
Currently when using Oauth2Client#requestToken it returns a TokenRepresentation which contains the token from the access_token response from the Oauth2 server.
TokenRepresentation contains also the property expires_in but it's not currently mapped in the default impl Oauth2ClientImpl.
Since we are doing this change it probably make sense also to put in the TokenResponse#additional field the other returned parameters from the OAuth2 call, which can be for example scope ,refresh_token
The text was updated successfully, but these errors were encountered:
Feature Request
Currently when using
Oauth2Client#requestToken
it returns aTokenRepresentation
which contains thetoken
from theaccess_token
response from the Oauth2 server.TokenRepresentation
contains also the propertyexpires_in
but it's not currently mapped in the default implOauth2ClientImpl
.Since we are doing this change it probably make sense also to put in the
TokenResponse#additional
field the other returned parameters from theOAuth2
call, which can be for example scope ,refresh_tokenThe text was updated successfully, but these errors were encountered: