mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6071] fix JSDoc issues for Core lib (#8942)
* fix jsdoc issues * docs fixes * doc fixes * doc fixes * fix docs * fix bugs
This commit is contained in:
@@ -215,6 +215,7 @@ export class AppConfigService {
|
||||
/**
|
||||
* Call the discovery API to fetch configuration
|
||||
*
|
||||
* @param hostIdp host address
|
||||
* @returns Discovery configuration
|
||||
*/
|
||||
loadWellKnown(hostIdp: string): Promise<OpenidConfiguration> {
|
||||
@@ -234,6 +235,8 @@ export class AppConfigService {
|
||||
|
||||
/**
|
||||
* OAuth2 configuration
|
||||
*
|
||||
* @returns auth config model
|
||||
*/
|
||||
get oauth2(): OauthConfigModel {
|
||||
const config = this.get(AppConfigValues.OAUTHCONFIG, {});
|
||||
|
Reference in New Issue
Block a user