<p>I’ve created a record in the 'oauth_2_0_credentials' table and want to access it with minimal permissions in my application. Specifically, I’d like the form view to be read-only, allowing users to only perform the action "Get OAuth Token." Is ther...