Add grant type to credentials

This commit is contained in:
Iván Ovejero 2021-01-15 20:15:07 -03:00
parent 871fe10d53
commit f24d7e5dc2

View file

@ -41,6 +41,12 @@ export class RedditOAuth2Api implements ICredentialType {
type: 'hidden' as NodePropertyTypes,
default: 'response_type=code',
},
{
displayName: 'Auth URI Query Parameters',
name: 'authQueryParameters',
type: 'hidden' as NodePropertyTypes,
default: 'grant_type=authorization_code',
},
{
displayName: 'Auth URI Query Parameters',
name: 'authQueryParameters',