Class B2BSessions.AuthParams

  • All Implemented Interfaces:

    
    public final class B2BSessions.AuthParams
    
                        

    Data class used for wrapping parameters used with Sessions authentication

    • 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() indicates how long the session should last before it expires
      • Methods inherited from class java.lang.Object

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

      • B2BSessions.AuthParams

        B2BSessions.AuthParams(Integer sessionDurationMinutes)
      • B2BSessions.AuthParams

        B2BSessions.AuthParams()