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 LinphoneCore |
| AuthInfo | authInfo | a LinphoneAuthInfo pre-filled with username, realm and domain values as much as possible |
| AuthMethod | method | the type of authentication requested as LinphoneAuthMethod enum Application shall reply to this callback using linphone_core_add_auth_info. |