Variable OAuth2RoutesConst
OAuth2Routes: {
authorizationURL: "https://discord.com/api/v10/oauth2/authorize";
tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke";
tokenURL: "https://discord.com/api/v10/oauth2/token";
}
Type declaration
-
Readonly
authorizationURL: "https://discord.com/api/v10/oauth2/authorize"
-
Readonly
tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke"
-
Readonly
tokenURL: "https://discord.com/api/v10/oauth2/token"
See https://tools.ietf.org/html/rfc7009