public class AuthenticationResponse extends Object
| Constructor and Description |
|---|
AuthenticationResponse(boolean pushEnabled,
boolean retry) |
AuthenticationResponse(boolean pushEnabled,
String token,
String channels,
long expiration,
boolean retry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannels() |
long |
getExpiration() |
String |
getToken() |
boolean |
isPushEnabled() |
boolean |
isRetry() |
Copyright © 2021. All rights reserved.