Cloud Login
This component will attempt to log the user in.

Usage
This Component can be used by using the following HTML Tag:
<tc-tibco-cloud-login *ngIf="!loggedIn (loggedIn)="handleLoggedIn($event)"></tc-tibco-cloud-login>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appName | string | |
| loginPrefill | LoginPrefill | Login Data |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| loggedIn | EventEmitter | ||
| signUp | EventEmitter | ||
| useOauth | EventEmitter |
Constructor
The Constructor creates the Login Dialog
full development Documentation