next-drupal / isClientIdSecretAuth

Function: isClientIdSecretAuth()

isClientIdSecretAuth(auth): auth is NextDrupalAuthClientIdSecret

Defined in: packages/next-drupal/src/next-drupal-base.ts:625

Checks if the provided auth configuration is client ID and secret auth.

Parameters

auth

NextDrupalAuth

The auth configuration.

Returns

auth is NextDrupalAuthClientIdSecret

True if the auth configuration is client ID and secret auth, false otherwise.