Package io.split.engine.sse.dtos
Class AuthenticationResponse
- java.lang.Object
-
- io.split.engine.sse.dtos.AuthenticationResponse
-
public class AuthenticationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse(boolean pushEnabled, boolean retry)AuthenticationResponse(boolean pushEnabled, String token, String channels, long expiration, boolean retry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannels()longgetExpiration()StringgetToken()booleanisPushEnabled()booleanisRetry()
-