type TCefAuthCallbackRef = class(TCefBaseRefCountedRef, ICefAuthCallback)
This item has no description.
| Protected | procedure Cont(const username, password: ustring); |
| Protected | procedure Cancel; |
| Public | class function UnWrap(data: Pointer): ICefAuthCallback; |
| Protected | procedure Cont(const username, password: ustring); |
|
This item has no description. Showing description inherited from ICefAuthCallback.Cont. Continue the authentication request. | |
| Protected | procedure Cancel; |
|
This item has no description. Showing description inherited from ICefAuthCallback.Cancel. Cancel the authentication request. | |
| Public | class function UnWrap(data: Pointer): ICefAuthCallback; |
|
This item has no description. | |