UNPKG

@kephas/ngx-oidc

Version:

Provides the integration of the OIDC API with Kephas and Angular 12+.

5 lines (4 loc) 129 B
import { ReturnUrlType } from "./authentication.settings"; export interface NavigationState { [ReturnUrlType]: string; }