XeroAPI / xero-ruby

Xero Ruby SDK for OAuth 2.0 generated from XeroAPI/Xero-OpenAPI
http://developer.xero.com/
MIT License
58 stars 91 forks source link

add a validation helper for client_id #234

Open rimian opened 2 years ago

rimian commented 2 years ago

I'm not sure what the validation rules are but it would be helpful to be able to validate the client id and the secret before making requests to authorise a connected app.

This is just an initial idea.