When does a method return EapPeerMethodResponseActionInvokeUI and what does this action code mean to EAPHost?
EapPeerMethodResponseActionInvokeUI is returned by an EAP method to indicate to EAPHost that user input is required to continue with authentication, and that a user interface dialog box must be displayed to obtain that input. Once the user input data has been obtained, EAPHost can call the EAP method again with the updated UI context data.
Related Questions
- When does a method return EapPeerMethodResponseActionInvokeUI and what does this action code mean to EAPHost?
- When does a method return EapPeerMethodResponseActionResult and what does this action code mean to EAPHost?
- When does a method return EapPeerMethodResponseActionNone and what does this action code mean to EAPHost?