Package io.split.engine.sse
Class AuthApiClientImp
- java.lang.Object
-
- io.split.engine.sse.AuthApiClientImp
-
- All Implemented Interfaces:
AuthApiClient
public class AuthApiClientImp extends Object implements AuthApiClient
-
-
Constructor Summary
Constructors Constructor Description AuthApiClientImp(String url, SplitHttpClient httpClient, TelemetryRuntimeProducer telemetryRuntimeProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResponseAuthenticate()
-
-
-
Constructor Detail
-
AuthApiClientImp
public AuthApiClientImp(String url, SplitHttpClient httpClient, TelemetryRuntimeProducer telemetryRuntimeProducer)
-
-
Method Detail
-
Authenticate
public AuthenticationResponse Authenticate()
- Specified by:
Authenticatein interfaceAuthApiClient
-
-