userIdentifier property
An identifier associated with the authenticated user.
This will always be provided on iOS and macOS systems. On Android, however, this will not be present. This will stay the same between sign ins, until the user deauthorizes your App.
Implementation
final String? userIdentifier;