How to share a private Plugin?

I want to build a custom plugin for a client, I want to make the plugin private but give my client’s app access to it, how do I go about it? Thanks guys.

Publish the plugin with the distribution license set to Private and specify the app ID in the application to authorize

This will be available in the settings tab of the plugin editor

Thank you.