Class LoginModel


  • public class LoginModel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginModel​(java.lang.String tokenCSRF)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTokenCSRF()  
      • Methods inherited from class java.lang.Object

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

      • LoginModel

        public LoginModel​(java.lang.String tokenCSRF)
    • Method Detail

      • getTokenCSRF

        public java.lang.String getTokenCSRF()