public final class LoginResponse extends Object
| Constructor and Description |
|---|
LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason) |
LoginResponse(String userId,
String sessionId,
boolean authenticatedByToken) |
| Modifier and Type | Method and Description |
|---|---|
org.piangles.backbone.services.auth.FailureReason |
getFailureReason() |
int |
getNoOfAttemptsRemaining() |
String |
getSessionId() |
String |
getUserId() |
boolean |
isAuthenticated() |
boolean |
isAuthenticatedByToken() |
String |
toString() |
public LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason)
public boolean isAuthenticated()
public String getUserId()
public String getSessionId()
public boolean isAuthenticatedByToken()
public int getNoOfAttemptsRemaining()
public org.piangles.backbone.services.auth.FailureReason getFailureReason()
Copyright © 2021. All rights reserved.