oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
8 lines • 314 B
TypeScript
import type { HttpParameterCodec } from "@ngify/http";
export declare class UriEncoder implements HttpParameterCodec {
encodeKey(key: string): string;
encodeValue(value: string): string;
decodeKey(key: string): string;
decodeValue(value: string): string;
}
//# sourceMappingURL=uri-encoder.d.ts.map