<pa-login-button>: The login button element
The <pa-login-button>
element provides a button for starting the authentication process. Activating the button opens a Popup window which allows the user to authenticate himself via OpenID Connect. The elment is rendered like a <button>
element and must only contain non-interactive phrasing content. It must be a descendant of a <pa-conversation>
element.
Attributes
disabled
- If present disables any user interactions.
hidden
- Indicates that the element content should not be shown.
Styling
CSS shadow parts
The element exposes the following elements from its shadow root for use in CSS selectors using the element:
button
- The <button> element inside the shadow root.
Custom states
The element exposes the following internal states for use in CSS selectors using the element:
inactive
- The conversation is inactive and user interactions are not possible.
Javascript Interface
See ParticiappLoginButtonElement.