| ICredentialProviderOnCredentialAccepted Method |
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxvoid OnCredentialAccepted(
Challenge challenge
)
Parameters
- challenge
- Type: Avaya.ClientServicesChallenge
The challenge used for getting the authentication credential.
See Also