providerUID

open override val providerUID: String

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.