Package com.stytch.sdk.consumer.passkeys
Class Passkeys.AuthenticateParameters
-
- All Implemented Interfaces:
public final class Passkeys.AuthenticateParametersData class used for wrapping parameters used with Passkeys authentication
-
-
Constructor Summary
Constructors Constructor Description Passkeys.AuthenticateParameters(Activity activity, String domain, Integer sessionDurationMinutes)Passkeys.AuthenticateParameters(Activity activity, String domain)
-
Method Summary
Modifier and Type Method Description final ActivitygetActivity()an activity context for launching the native Passkeys UI final StringgetDomain()the domain of the Passkey registration. final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Method Detail
-
getActivity
final Activity getActivity()
an activity context for launching the native Passkeys UI
-
getDomain
final String getDomain()
the domain of the Passkey registration. Do not include the protocol
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-