@kephas/ngx-oidc
Version:
Provides the integration of the OIDC API with Kephas and Angular 12+.
17 lines (16 loc) • 386 B
TypeScript
/**
* This service should be overwritten in the end application
* to provide the real identity application ID in the getIdentityAppId() method.
*
* @export
* @class AppIdProvider
*/
export declare class AppIdProvider {
/**
* Gets the identity application ID.
*
* @returns
* @memberof AppIdProvider
*/
getIdentityAppId(): string;
}