Package com.stytch.sdk.consumer.passkeys
Class Passkeys.RegisterParameters
-
- All Implemented Interfaces:
public final class Passkeys.RegisterParametersData class used for wrapping parameters used with Passkeys registration
-
-
Constructor Summary
Constructors Constructor Description Passkeys.RegisterParameters(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. -
-
Method Detail
-
getActivity
final Activity getActivity()
an activity context for launching the native Passkeys UI
-
-
-
-