Class PasswordReactiveOAuth2AuthorizedClientProvider

    • Constructor Detail

      • PasswordReactiveOAuth2AuthorizedClientProvider

        public PasswordReactiveOAuth2AuthorizedClientProvider()
        Deprecated.
    • Method Detail

      • setAccessTokenResponseClient

        public void setAccessTokenResponseClient​(ReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest> accessTokenResponseClient)
        Deprecated.
        Sets the client used when requesting an access token credential at the Token Endpoint for the password grant.
        Parameters:
        accessTokenResponseClient - the client used when requesting an access token credential at the Token Endpoint for the password grant
      • setClockSkew

        public void setClockSkew​(java.time.Duration clockSkew)
        Deprecated.
        Sets the maximum acceptable clock skew, which is used when checking the access token expiry. The default is 60 seconds.

        An access token is considered expired if OAuth2AccessToken#getExpiresAt() - clockSkew is before the current time clock#instant().

        Parameters:
        clockSkew - the maximum acceptable clock skew
      • setClock

        public void setClock​(java.time.Clock clock)
        Deprecated.
        Sets the Clock used in Instant.now(Clock) when checking the access token expiry.
        Parameters:
        clock - the clock