Class SessionOptions

  • All Implemented Interfaces:
    android.os.Parcelable

    @JsonClass(generateAdapter = true) 
    public final class SessionOptions
     implements Parcelable
                        

    A data class representing global session configuration options

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getSessionDurationMinutes() The number of minutes that a granted session should be active.
      • Methods inherited from class java.lang.Object

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

      • SessionOptions

        SessionOptions(Integer sessionDurationMinutes)
      • SessionOptions

        SessionOptions()