auth-configuration/auth-configuration.component.ts
selector | c8y-auth-configuration |
templateUrl | ./auth-configuration.component.html |
Properties |
Methods |
constructor(authConfigurationService: AuthConfigurationService, tenantLoginOptionsService: TenantLoginOptionsService, modalService: ModalService, loginService: LoginService, alertService: AlertService)
|
||||||||||||||||||
Parameters :
|
loadAuthConfig |
loadAuthConfig()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Async save |
save()
|
Returns :
any
|
authConfiguration |
Type : AuthConfiguration
|
reload |
Type : EventEmitter<void>
|
Default value : new EventEmitter()
|
reloading$ |
Type : BehaviorSubject<boolean>
|
Default value : new BehaviorSubject(false)
|