Class MobileLoginResponse


  • public class MobileLoginResponse
    extends java.lang.Object
    Mobile login response object.
    Since:
    10.0.0
    Version:
    $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MobileLoginResponse

        public MobileLoginResponse()
      • MobileLoginResponse

        public MobileLoginResponse​(UserConfig user,
                                   java.lang.String gcmProjectId,
                                   java.lang.String redirectURL)
        Constructor.
        Parameters:
        user - the user object.
        gcmProjectId - the GCM project identifier.
        redirectURL - the after-login redirect URL.
        Since:
        10.0.0