Class User
	
	Classes implementing ResourceOwnerInterface may be used to represent
the resource owner authenticated with a service provider.
	 
	
		- 
League\OAuth2\Client\Test\Provider\Fake\User			
			 implements 
				League\OAuth2\Client\Provider\ResourceOwnerInterface
			
			
		
	Methods summary
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		getId( )
			Returns the identifier of the authorized resource owner. 
			Returns the identifier of the authorized resource owner. Returns
					mixed
				 Implementation of | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			array
			
			 | 
		#
		toArray( )
			Return all of the owner details available as an array. 
			Return all of the owner details available as an array. Returns
					array
				 Implementation of |