How to determine Http Auth Type in Composite Auth

Hi Everyone,

I have REST API app.

It have authentication using both HttpBasicAuth and HttpBearerAuth

If I use Composite Auth and if in app’s code I would like to know that auth is done using HttpBasicAuth or HttpBearerAuth, how would I know?

If more info needed, feel free to ask

Thanks.