Skip to main content

AppSecrets

type AppSecrets = {
clientId: string;
clientSecret: string;
};

OAuth client credentials for a developer application.

Type Declaration

NameType
clientIdstring
clientSecretstring