Class MobileLoginResponse


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

      • MobileLoginResponse

        public MobileLoginResponse()
      • MobileLoginResponse

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