authclient\BaseOAuth setState()

setState() protected method Sets persistent state. protected $this setState ( $key, $value )$key string State key. $value mixed State value return $this The object itself

authclient\ClientInterface getId()

getId() public abstract method public abstract string getId ( )return string Service id

authclient\ClientInterface getName()

getName() public abstract method public abstract string getName ( )return string Service name.

authclient\ClientInterface getTitle()

getTitle() public abstract method public abstract string getTitle ( )return string Service title.

authclient\ClientInterface getUserAttributes()

getUserAttributes() public abstract method public abstract array getUserAttributes ( )return array List of user attributes

authclient\ClientInterface getViewOptions()

getViewOptions() public abstract method public abstract array getViewOptions ( )return array View options in format: optionName => optionValue

authclient\ClientInterface setId()

setId() public abstract method public abstract void setId ( $id )$id string Service id.

authclient\ClientInterface setName()

setName() public abstract method public abstract void setName ( $name )$name string Service name.

authclient\ClientInterface setTitle()

setTitle() public abstract method public abstract void setTitle ( $title )$title string Service title.

authclient\clients\Facebook $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://graph.facebook.com'