getProviderUid

abstract fun getProviderUid(): String

Gets the unique identifier attributed by the identity provider that forged this Identity instance. The returned value is specific to each identity provider and is not guaranteed to be unique across them. If you need a unique user identifier, used getUid.

Return

The identifier attributed by the identity provider that forged this Identity instance