Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. BEGIN
  2. OAUTH.create_client(
  3. p_name => '[Descriptive Name For Client]',
  4. p_grant_type => 'client_credentials',
  5. p_owner => '[Owner Name]',
  6. p_description => '[Client Description]',
  7. p_support_email => '[Email Address]',
  8. p_privilege_names => 'rest_privilege'
  9. );
  10.  
  11. COMMIT;
  12. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement