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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.