Package com.stytch.sdk.b2b.discovery
Class Discovery.SessionExchangeParameters
-
- All Implemented Interfaces:
public final class Discovery.SessionExchangeParametersData class used for wrapping parameters used with exchanging sessions between organizations.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringorganizationIdprivate final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description Discovery.SessionExchangeParameters(String organizationId, Integer sessionDurationMinutes)Discovery.SessionExchangeParameters(String organizationId)
-
Method Summary
Modifier and Type Method Description final StringgetOrganizationId()is the organization ID of the desired organization final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Method Detail
-
getOrganizationId
final String getOrganizationId()
is the organization ID of the desired organization
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-