@kephas/ngx-oidc
Version:
Provides the integration of the OIDC API with Kephas and Angular 12+.
14 lines (13 loc) • 650 B
TypeScript
import { OnInit } from '@angular/core';
import { Observable } from 'rxjs';
import { AuthenticationService } from '../authentication.service';
import * as i0 from "@angular/core";
export declare class LoginMenuComponent implements OnInit {
private authenticationService;
isAuthenticated?: Observable<boolean>;
userName?: Observable<string | undefined>;
constructor(authenticationService: AuthenticationService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoginMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoginMenuComponent, "app-login-menu", never, {}, {}, never, never>;
}