uid property

String uid
getter/setter pair

The uid corresponding to the user who the ID token belonged to.

This value is not actually in the JWT token claims itself. It is added as a convenience, and is set as the value of the sub property.

Implementation

String uid;