authclient\OpenId buildAuthUrl()

buildAuthUrl() public method

Returns authentication URL. Usually, you want to redirect your user to it.

public string buildAuthUrl ( $identifierSelect = null )
$identifierSelect boolean

Whether to request OP to select identity for an user in OpenID 2, does not affect OpenID 1.

return string

The authentication URL.

throws yii\base\Exception

on failure.

doc_Yii
2016-10-30 16:49:51
Comments
Leave a Comment

Please login to continue.