Class B2BSessions.ExchangeParameters

    • 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 String getOrganizationId() The ID of the organization that the new session should belong to.
      final Integer getSessionDurationMinutes() indicates how long the session should last before it expires
      final Locale getLocale() The locale will be used if an OTP code is sent to the member's phone number as part of a secondary authentication requirement.
      • Methods inherited from class java.lang.Object

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

      • B2BSessions.ExchangeParameters

        B2BSessions.ExchangeParameters(String organizationId, Integer sessionDurationMinutes, Locale locale)
      • B2BSessions.ExchangeParameters

        B2BSessions.ExchangeParameters(String organizationId, Integer sessionDurationMinutes)
    • Method Detail

      • getOrganizationId

         final String getOrganizationId()

        The ID of the organization that the new session should belong to.

      • getLocale

         final Locale getLocale()

        The locale will be used if an OTP code is sent to the member's phone number as part of a secondary authentication requirement.