AuthModalTemplate
Extends:
js/template/template/ModalViewTemplate.js~ModalViewTemplate → AuthModalTemplate
Authorization Modal dialog. This uses #ammd-auth as the modal template.
Constructor Summary
| Public Constructor | ||
| public |
constructor(modalOptions: Object, options: Object) |
|
Member Summary
| Public Members | ||
| public |
Authorization config |
|
| public |
Provider object |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
async didInitialLoad() |
|
| public |
observeLogin(): Observable<Object> Called when complete. |
|
Public Constructors
public constructor(modalOptions: Object, options: Object) source
Params:
| Name | Type | Attribute | Description |
| modalOptions | Object | ||
| modalOptions.title | string |
|
A title of the modal. |
| modalOptions.subtitle | string |
|
Some description explaining why opened |
| options | Object |
|
custom oauth opts for Auth.oauthEndpointForSite |
