GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTPostOAuth2ClientCredentialsURLEncodedData

https://discord.com/developers/docs/topics/oauth2#client-credentials-grant

API/Interfaces/RESTPostOAuth2ClientCredentialsURLEncodedData
seyfert/lib/types/rest/oauth2.d.ts

Signature

export interface RESTPostOAuth2ClientCredentialsURLEncodedData

Properties

2
grant_typescope

Methods

0

No methods.

Properties

grant_type#
grant_type: 'client_credentials';
scope#
scope: string;