Class OAuthAuthentication

    • Method Detail

      • authenticate

        public com.squareup.okhttp.Request authenticate​(com.squareup.okhttp.Request unauthenticated)
        Description copied from interface: Authentication
        Authenticates the given request.
        Specified by:
        authenticate in interface Authentication
        Parameters:
        unauthenticated - The request to authenticate.
        Returns:
        The authenticated request.