resourceOwnerIdentifier property Null safety
read / write
The identifier of the resource owner.
Authorization codes 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;