AppSecrets
type AppSecrets = {
clientId: string;
clientSecret: string;
};
OAuth client credentials for a developer application.
Type Declaration
| Name | Type |
|---|---|
clientId | string |
clientSecret | string |
type AppSecrets = {
clientId: string;
clientSecret: string;
};
OAuth client credentials for a developer application.
| Name | Type |
|---|---|
clientId | string |
clientSecret | string |