oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
4 lines • 308 B
TypeScript
import type { OpenIdConfiguration } from "../../openid-configuration";
import { type RuleValidationResult } from "../rule";
export declare const useOfflineScopeWithSilentRenew: (passedConfig: OpenIdConfiguration) => RuleValidationResult;
//# sourceMappingURL=use-offline-scope-with-silent-renew.rule.d.ts.map