resourceOwnerIdentifier property

String? resourceOwnerIdentifier
getter/setter pair

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

String? resourceOwnerIdentifier;