@Shreshta Thanks for reaching out.
The trigger only supports the connection string or identity based connection as documented here and there is no way to authenticate the trigger using the client credential.
In case if you are looking for identity based connection then you should enable the identity on the function app and Grant permission to the identity as documented in these steps.
Let me know if you have any queries or concerns.
Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.