resourceOwnerIdentifier property Null safety

int? resourceOwnerIdentifier
read / write

The identifier of the resource owner.

Tokens are owned by a resource owner, typically a User, Profile or Account in an application. This value is the primary key or identifying value of those instances.

Implementation

int? resourceOwnerIdentifier;