Type guard to distinguish a full OAuth provider from a token verifier.
Full OAuth providers have a clientsStore property (per SDK's OAuthServerProvider interface) — token verifiers do not.
clientsStore
OAuthServerProvider
The auth provider to check
true if the provider offers full OAuth capabilities
true
Type guard to distinguish a full OAuth provider from a token verifier.
Full OAuth providers have a
clientsStoreproperty (per SDK'sOAuthServerProviderinterface) — token verifiers do not.