Package com.iplateia.sorisdk
Class AuthResult
-
- All Implemented Interfaces:
public final class AuthResultRepresents the result of an authentication process.
-
-
Constructor Summary
Constructors Constructor Description AuthResult(Boolean success, Boolean updated, String url)
-
Method Summary
Modifier and Type Method Description final BooleangetSuccess()final BooleangetUpdated()Indicates whether the authentication was successful or not. final StringgetUrl()The URL to redirect to after authentication, if applicable. -
-
Method Detail
-
getSuccess
final Boolean getSuccess()
-
getUpdated
final Boolean getUpdated()
Indicates whether the authentication was successful or not.
-
-
-
-