Class OAuth

    • Constructor Detail

      • OAuth

        public OAuth()
    • Method Detail

      • getAccessToken

        public String getAccessToken()
      • setAccessToken

        public void setAccessToken​(String accessToken)
      • applyToParams

        public void applyToParams​(org.springframework.util.MultiValueMap<String,​String> queryParams,
                                  org.springframework.http.HttpHeaders headerParams)
        Description copied from interface: Authentication
        Apply authentication settings to header and / or query parameters.
        Specified by:
        applyToParams in interface Authentication
        Parameters:
        queryParams - The query parameters for the request
        headerParams - The header parameters for the request