mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
To allow client-common library to override the GetAccessToken callback introduce a new GetCommonAccessToken callback. This callback defaults to call the existing GetAccessToken callback, but client-common library can override if desired, so that a common token retrieval method is executed before a client UI is invoked.