Retrieve Local Authentication Data (GetAuthResult)
Retrieve local login data.
Function Definition
public static INTLAuthResult GetAuthResult();
Input Parameters
No input parameters.
Callback processing
The callback processing interface is AuthResultObserver.The callback data structure is AuthResult.
Callback ID is INTL_AUTH_GET_AUTH_RESULT.
Code example
INTLAuthResult ret = INTLAPI.GetAuthResult();