Package com.stytch.sdk.b2b.sso
Class SSO.AuthenticateParams
-
- All Implemented Interfaces:
public final class SSO.AuthenticateParamsData class used for wrapping parameters used in SSO Authenticate calls
-
-
Field Summary
Fields Modifier and Type Field Description private final StringssoTokenprivate final IntegersessionDurationMinutesprivate final Localelocale
-
Constructor Summary
Constructors Constructor Description SSO.AuthenticateParams(String ssoToken, Integer sessionDurationMinutes, Locale locale)SSO.AuthenticateParams(String ssoToken, Integer sessionDurationMinutes)SSO.AuthenticateParams(String ssoToken)
-
Method Summary
Modifier and Type Method Description final StringgetSsoToken()the SSO token to authenticate final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires final LocalegetLocale()Used to determine which language to use when sending the user this delivery method. -
-
Method Detail
-
getSsoToken
final String getSsoToken()
the SSO token to authenticate
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
getLocale
final Locale getLocale()
Used to determine which language to use when sending the user this delivery method. Currently supported languages are English (
"en"), Spanish ("es"), and Brazilian Portuguese ("pt-br"); if no value is provided, the copy defaults to English.
-
-
-
-