ResourceOwnerInterface
in
Classes implementing `ResourceOwnerInterface` may be used to represent the resource owner authenticated with a service provider.
Table of Contents
Methods
- getId() : mixed
- Returns the identifier of the authorized resource owner.
- toArray() : array<string|int, mixed>
- Return all of the owner details available as an array.
Methods
getId()
Returns the identifier of the authorized resource owner.
public
getId() : mixed
toArray()
Return all of the owner details available as an array.
public
toArray() : array<string|int, mixed>