authclient\AuthAction defaultSuccessUrl()

defaultSuccessUrl() protected method Creates default $successUrl value. protected string defaultSuccessUrl ( )return string Success URL value.

authclient\AuthAction getCancelUrl()

getCancelUrl() public method public string getCancelUrl ( )return string Cancel URL.

authclient\AuthAction getSuccessUrl()

getSuccessUrl() public method public string getSuccessUrl ( )return string Successful URL.

authclient\AuthAction redirect()

redirect() public method Redirect to the given URL or simply close the popup window. public yii\web\Response redirect ( $url, $enforceRedirect = true )$url mixed URL to redirect, could be a string or array config to generate a valid URL. $enforceRedirect boolean Indicates if redirect should be performed even in case of popup window. 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.

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 run()

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

authclient\AuthAction setCancelUrl()

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

authclient\AuthAction setSuccessUrl()

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

authclient\BaseClient $id

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