WebAuthnViewController
The style definition for the view controller that handles WebAuthN.
| Key | Type | Description |
|---|---|---|
| backgroundColorName | String | The color name for the background that references a color in the asset catalog of the application. The default value is hui_transparent. |
| contentStyle | String | The style of the content area that references a defined style with the prefix: StackView. The default value is StackView.Interactions. |
| contentTextAppearance | String | The text appearance for the content area. The default value is TextAppearance.Text. |
| contentTextColorName | String | The color name for the content text that references a color in the asset catalog of the application. The default value is hui_text_paragraphs. |
| crossPlatformButtonText | String | The text for the cross-platform button that references a localized String. The default value is hui_webauthn_crossplatform_button_text. |
| crossPlatformMessageText | String | The text for the cross-platform message that references a localized String. The default value is hui_webauthn_crossplatform_message_text. |
| errorButtonText | String | The text for the error button that references a localized String. The default value is hui_webauthn_error_button_text. |
| errorMessageText | String | The text for the error message that references a localized String. The default value is hui_webauthn_error_message_text. |
| headerTextAppearance | String | The text appearance for the header area. The default value is TextAppearance.Title2.Bold.Center. |
| headerTextColorName | String | The color name for the header text that references a color in the asset catalog of the application. The default value is hui_text. |
| linksStyle | String | The style of the links area that references a defined style with the prefix: StackView. The default value is StackView.Links. |
| loadingIndicatorSideDimension | String | The dimension(side) of the loading indicator. The default value is 40. |
| loadingIndicatorViewStyle | String | The style of the loading indicator that references a defined style with the prefix: LoadingIndicatorView. The default value is LoadingIndicatorView. |
| messagesStyle | String | The style of the interactions area that references a defined style with the prefix: StackView. The default value is StackView. |
| paddingBottom | Number | The bottom padding. The default value is 8. |
| paddingLeft | Number | The left padding. The default value is 8. |
| paddingRight | Number | The right padding. The default value is 8. |
| paddingTop | Number | The top padding. The default value is 8. |
| platformButtonText | String | The text for the platform button that references a localized String. The default value is hui_webauthn_platform_button_text. |
| platformMessageText | String | The text for the platform message that references a localized String. The default value is hui_webauthn_platform_message_text. |
| retryButtonText | String | The text for the retry button that references a localized String. The default value is hui_webauthn_retry_button_text. |
| retryMessageText | String | The text for the retry message that references a localized String. The default value is hui_webauthn_retry_message_text. |