Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationDetails / providerUID

providerUID

val providerUID: String

Overrides AuthenticationFactor.providerUID

The identifier of the authenticated user relatively to the identity provider.

Do not use this identifier within your Webcom application to refer to the user, as it is not guaranteed to be unique across all identity providers. Rather use AccountDetails.uid, which is unique and stable.