authclient\BaseClient $userAttributes

$userAttributes public property List of user attributes public array getUserAttributes ( )public void setUserAttributes ( $userAttributes )

authclient\BaseClient $title

$title public property Service title. public string getTitle ( )public void setTitle ( $title )

authclient\BaseClient $normalizeUserAttributeMap

$normalizeUserAttributeMap public property Normalize user attribute map. public array getNormalizeUserAttributeMap ( )public void setNormalizeUserAttributeMap ( $normalizeUserAttributeMap )

authclient\BaseClient $name

$name public property Service name. public string getName ( )public void setName ( $name )

authclient\BaseClient $id

$id public property Service id. public string getId ( )public void setId ( $id )

authclient\AuthAction setSuccessUrl()

setSuccessUrl() public method public void setSuccessUrl ( $url )$url string Successful URL.

authclient\AuthAction setCancelUrl()

setCancelUrl() public method public void setCancelUrl ( $url )$url string Cancel URL.

authclient\AuthAction run()

run() public method Runs the action. public void run ( )

authclient\AuthAction redirectSuccess()

redirectSuccess() public method Redirect to the URL. If URL is null, $successUrl will be used. public yii\web\Response redirectSuccess ( $url = null )$url string URL to redirect. return yii\web\Response Response instance.

authclient\AuthAction redirectCancel()

redirectCancel() public method Redirect to the $cancelUrl or simply close the popup window. public yii\web\Response redirectCancel ( $url = null )$url string URL to redirect. return yii\web\Response Response instance.