Class AuthorizationCodeHandler

  • All Implemented Interfaces:
    AuthHandler

    public class AuthorizationCodeHandler
    extends OAuthHandler
    This class is used to handle Authorization code grant oauth.
    • Constructor Detail

      • AuthorizationCodeHandler

        public AuthorizationCodeHandler​(String tokenApiUrl,
                                        String clientId,
                                        String clientSecret,
                                        String refreshToken,
                                        String authMode,
                                        int connectionTimeout,
                                        int connectionRequestTimeout,
                                        int socketTimeout)