| CredentialCallback Delegate |
Callback to the requester with an UserCredential that can be used for authentication.
The UserCredential should be based on the Challenge used
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void CredentialCallback(
UserCredential credential
)
Parameters
- credential
- Type: Avaya.ClientServicesUserCredential
The credential to be used for authentication based on a Challenge request.
See Also