OnServerPinRequestBlock Block Reference
| Declared in | EMDskppProvisioningCallback.h |
|---|---|
| Availability | 4.1 |
Block Definition
OnServerPinRequestBlock
This callback is invoked when SERVER_PIN type policy is used for the token. In this case, Application needs to provide 2 PINs to the SDK:
- A server PIN, which is collected from the end user. the server PIN will be sent to the server to store. On client side it must NOT be stored. It is a user knowledge. Server PIN will be combined with OTP for verification.
- A local PIN, which is normally generated by the application and stored for the token. The local PIN will be used for OTP generation from the SDK.
typedef void (^OnServerPinRequestBlock) (NSString *tokenName, EMDskppPinPolicy *dskppPinPolicy, id <, EMDskppServerPinCallback >, callback )
Discussion
Note: Please check the pin policy for the requirement on Pin format.
Availability
4.1
Declared In
EMDskppProvisioningCallback.h