Auth_OpenID_CheckIDRequest::idSelect PHP Метод

idSelect() публичный Метод

public idSelect ( )
    function idSelect()
    {
        // Is the identifier to be selected by the IDP?
        // So IDPs don't have to import the constant
        return $this->identity == Auth_OpenID_IDENTIFIER_SELECT;
    }