How to create a client application with scope for oauth

How to create a client application with scope for OAuth?

My use case is to add scope when client’s application is created and when this application asks for oauth token it should not provide scope which is not for this client.

I am using Kong 0.14, any tips how I can achieve this ?