Class Oauth2LoginStreamingOutput

java.lang.Object
org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
All Implemented Interfaces:
jakarta.ws.rs.core.StreamingOutput, AutoCloseable

public class Oauth2LoginStreamingOutput extends Object implements jakarta.ws.rs.core.StreamingOutput, AutoCloseable
This StreamingOutput implementation is utilized to send a OAuth2 token request in a secure manner. The password is never copied to a String, instead it is contained in a SecretString that is cleared when an instance of this class is finalized.