-
- All Implemented Interfaces:
-
org.forgerock.android.auth.devicebind.PinCollector
public final class DefaultPinCollector implements PinCollector
-
-
Constructor Summary
Constructors Constructor Description DefaultPinCollector()
-
Method Summary
Modifier and Type Method Description CharArraycollectPin(Prompt prompt, FragmentActivity fragmentActivity)Collect the Application Pin. -
-
Method Detail
-
collectPin
CharArray collectPin(Prompt prompt, FragmentActivity fragmentActivity)
Collect the Application Pin.
- Parameters:
prompt- Prompt information from the NodefragmentActivity- The Current FragmentActivity
-
-
-
-