OAuthCredentials
type OAuthCredentials = object;Defined in: types.ts:95
Possible credentials that can be used when requesting an OAuth token
Properties
Section titled “Properties”clientId
Section titled “clientId”clientId: string;Defined in: types.ts:103
The OAuth Client ID
clientSecret
Section titled “clientSecret”clientSecret: string;Defined in: types.ts:107
The OAuth Client secret
grantType?
Section titled “grantType?”optional grantType?: "client_credentials" | "password";Defined in: types.ts:99
The OAuth Grant Type
password?
Section titled “password?”optional password?: string;Defined in: types.ts:115
The Drupal account password
username?
Section titled “username?”optional username?: string;Defined in: types.ts:111
The Drupal account username or email