oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
8 lines • 304 B
TypeScript
import { InjectionToken } from "injection-js";
export type PlatformId = "browser" | "server";
export declare const PLATFORM_ID: InjectionToken<PlatformId>;
export declare class PlatformProvider {
private readonly platformId;
isBrowser(): boolean;
}
//# sourceMappingURL=platform.provider.d.ts.map