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. |
Please login to continue.