oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
13 lines • 617 B
TypeScript
import { type Observable } from 'rxjs';
import type { AuthOptions } from '../../auth-options';
import type { OpenIdConfiguration } from '../../config/openid-configuration';
export declare class StandardLoginService {
private readonly loggerService;
private readonly responseTypeValidationService;
private readonly urlService;
private readonly redirectService;
private readonly authWellKnownService;
private readonly flowsDataService;
loginStandard(configuration: OpenIdConfiguration, authOptions?: AuthOptions): Observable<undefined>;
}
//# sourceMappingURL=standard-login.service.d.ts.map