definition.yml 382 B

123456789101112
  1. key: oauth2
  2. title: Generic OAuth2
  3. description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/oauth2.svg
  6. website: https://oauth.net/2/
  7. useForm: false
  8. props:
  9. clientId: String
  10. clientSecret: String
  11. authorizationURL: String
  12. tokenURL: String