Class ATResponse2

  • All Implemented Interfaces:
    org.oa4mp.delegation.common.services.Response

    public class ATResponse2
    extends RTResponse
    Since the OAuth 2 protocol supports getting a refresh token back from the server with the access token, we have to include it in this class.

    Created by Jeff Gaynor
    on 3/12/14 at 12:05 PM

    • Constructor Detail

      • ATResponse2

        public ATResponse2​(org.oa4mp.delegation.common.token.impl.AccessTokenImpl accessToken)
      • ATResponse2

        public ATResponse2​(org.oa4mp.delegation.common.token.impl.AccessTokenImpl accessToken,
                           org.oa4mp.delegation.common.token.impl.RefreshTokenImpl refreshToken,
                           org.oa4mp.delegation.common.token.impl.IDTokenImpl idToken)