enterpriseAuthenticationAppLinkConfigs property

List<EnterpriseAuthenticationAppLinkConfig>? enterpriseAuthenticationAppLinkConfigs
getter/setter pair

An authentication URL configuration for the authenticator app of an identity provider.

This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the default handler for the authentication url on the device.

Implementation

core.List<EnterpriseAuthenticationAppLinkConfig>?
    enterpriseAuthenticationAppLinkConfigs;