angular-oauth2-oidc
Version:
Support for OAuth 2 and OpenId Connect (OIDC) in Angular. Already prepared for the upcoming OAuth 2.1.
10 lines (9 loc) • 340 B
TypeScript
import { NullValidationHandler } from './null-validation-handler';
/**
* This is just a dummy of the JwksValidationHandler
* telling the users that the real one has been moved
* to an library of its own, namely angular-oauth2-oidc-utils
*/
export declare class JwksValidationHandler extends NullValidationHandler {
constructor();
}