Delegate CoreListener.OnAuthenticationRequestedDelegate
Callback for requesting authentication information to application or user.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAuthenticationRequestedDelegate(Core core, AuthInfo authInfo, AuthMethod method);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| AuthInfo | authInfo | a Linphone.AuthInfo pre-filled with username, realm and domain values as much as possible |
| AuthMethod | method | the type of authentication requested as
Linphone.AuthMethod enum Application shall reply to this callback using
|