-
- All Implemented Interfaces:
public class LoginResultResult class which represents callback result for
loginmethodSuccess - login was successful
Failure - login request was attempted but failed with response code
Exception - during the login process a exception was thrown
Error - either the passed jwt token was invalid or the SDK is in a state like already logged in or not initialized yet and therefore cannot login
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoginResult.Successpublic final classLoginResult.Failurepublic final classLoginResult.Exceptionpublic final classLoginResult.Error
-