2018-07-08 11:16:45 -04:00
|
|
|
key: oauth2
|
2018-08-04 17:27:55 -04:00
|
|
|
title: Generic OAuth2
|
|
|
|
description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
|
2018-07-08 11:16:45 -04:00
|
|
|
author: requarks.io
|
2018-08-04 17:27:55 -04:00
|
|
|
logo: https://static.requarks.io/logo/oauth2.svg
|
2018-10-08 00:17:31 -04:00
|
|
|
color: grey darken-4
|
2018-08-04 17:27:55 -04:00
|
|
|
website: https://oauth.net/2/
|
2018-07-08 11:16:45 -04:00
|
|
|
useForm: false
|
|
|
|
props:
|
|
|
|
clientId: String
|
|
|
|
clientSecret: String
|
|
|
|
authorizationURL: String
|
|
|
|
tokenURL: String
|