Package com.stytch.sdk.consumer.oauth
Class OAuth.ThirdParty.AuthenticateParameters
-
- All Implemented Interfaces:
public final class OAuth.ThirdParty.AuthenticateParametersData class used for wrapping parameters to authenticate a third party OAuth flow
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description OAuth.ThirdParty.AuthenticateParameters(String token, Integer sessionDurationMinutes)OAuth.ThirdParty.AuthenticateParameters(String token)
-
Method Summary
Modifier and Type Method Description final StringgetToken()is the token returned from the provider final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Method Detail
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-