Class AuthenticationResponse


  • public class AuthenticationResponse
    extends Object
    • Constructor Detail

      • AuthenticationResponse

        public AuthenticationResponse​(boolean pushEnabled,
                                      String token,
                                      String channels,
                                      long expiration,
                                      boolean retry)
      • AuthenticationResponse

        public AuthenticationResponse​(boolean pushEnabled,
                                      boolean retry)
    • Method Detail

      • getExpiration

        public long getExpiration()
      • isPushEnabled

        public boolean isPushEnabled()
      • getToken

        public String getToken()
      • getChannels

        public String getChannels()
      • isRetry

        public boolean isRetry()