Class ApiSessionProperties


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

      Constructors 
      Constructor Description
      ApiSessionProperties​(boolean fake, long expiresIn)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long expiresIn()  
      boolean fake()  
      • Methods inherited from class java.lang.Object

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

      • ApiSessionProperties

        public ApiSessionProperties​(boolean fake,
                                    long expiresIn)
    • Method Detail

      • fake

        public boolean fake()
      • expiresIn

        public long expiresIn()